public enum LombokConfig extends Enum<LombokConfig>
| Enum Constant and Description |
|---|
AccessorsChain
Accessors chain
|
AccessorsFluent
Accessors fluent
|
AllArgsConstructor
AllArgsConstructor
|
Builder
Builder
|
Data
Data
|
EqualsAndHashCode
EqualsAndHashCode
|
Getter
Getter
|
NoArgsConstructor
NoArgsConstructor
|
Setter
Setter
|
ToString
ToString
|
| Modifier and Type | Method and Description |
|---|---|
static LombokConfig |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LombokConfig[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LombokConfig Data
public static final LombokConfig Getter
public static final LombokConfig Setter
public static final LombokConfig ToString
public static final LombokConfig AccessorsChain
public static final LombokConfig AccessorsFluent
public static final LombokConfig NoArgsConstructor
public static final LombokConfig AllArgsConstructor
public static final LombokConfig Builder
public static final LombokConfig EqualsAndHashCode
public static LombokConfig[] values()
for (LombokConfig c : LombokConfig.values()) System.out.println(c);
public static LombokConfig valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2022. All rights reserved.