public static enum DecodeUndefinedHandlingStrategy.Strategy extends Enum<DecodeUndefinedHandlingStrategy.Strategy>
| Enum Constant and Description |
|---|
CODEC |
KEEP_POJO_DEFAULT |
SET_TO_NULL |
| Modifier and Type | Method and Description |
|---|---|
static DecodeUndefinedHandlingStrategy.Strategy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DecodeUndefinedHandlingStrategy.Strategy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DecodeUndefinedHandlingStrategy.Strategy SET_TO_NULL
public static final DecodeUndefinedHandlingStrategy.Strategy CODEC
public static final DecodeUndefinedHandlingStrategy.Strategy KEEP_POJO_DEFAULT
public static DecodeUndefinedHandlingStrategy.Strategy[] values()
for (DecodeUndefinedHandlingStrategy.Strategy c : DecodeUndefinedHandlingStrategy.Strategy.values()) System.out.println(c);
public static DecodeUndefinedHandlingStrategy.Strategy 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 © 2018 BILD GmbH & Co. KG. All rights reserved.