public static enum EncodeNullHandlingStrategy.Strategy extends Enum<EncodeNullHandlingStrategy.Strategy>
| Modifier and Type | Method and Description |
|---|---|
static EncodeNullHandlingStrategy.Strategy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EncodeNullHandlingStrategy.Strategy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EncodeNullHandlingStrategy.Strategy CODEC
public static final EncodeNullHandlingStrategy.Strategy KEEP_NULL
public static EncodeNullHandlingStrategy.Strategy[] values()
for (EncodeNullHandlingStrategy.Strategy c : EncodeNullHandlingStrategy.Strategy.values()) System.out.println(c);
public static EncodeNullHandlingStrategy.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.