public enum Properties extends Enum<Properties>
| Enum Constant and Description |
|---|
CAPTURE_FIELD_CONTEXT |
CODE_GENERATION_STRATEGY |
COMPILER_STRATEGY |
FILTERS |
LOG_DETAILS |
MAPPER_FACTORY |
PROPERTY_RESOLVER_STRATEGY |
SHOULD_MAP_NULLS |
UNENHANCE_STRATEGY |
| Modifier and Type | Method and Description |
|---|---|
static Properties |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Properties[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Properties SHOULD_MAP_NULLS
public static final Properties LOG_DETAILS
public static final Properties MAPPER_FACTORY
public static final Properties CODE_GENERATION_STRATEGY
public static final Properties PROPERTY_RESOLVER_STRATEGY
public static final Properties COMPILER_STRATEGY
public static final Properties UNENHANCE_STRATEGY
public static final Properties FILTERS
public static final Properties CAPTURE_FIELD_CONTEXT
public static Properties[] values()
for (Properties c : Properties.values()) System.out.println(c);
public static Properties 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 © 2017 Glasnost. All Rights Reserved.