public static enum RebindConfiguration.MapperType extends Enum<RebindConfiguration.MapperType>
| Enum Constant and Description |
|---|
JSON_DESERIALIZER |
JSON_SERIALIZER |
KEY_DESERIALIZER |
KEY_SERIALIZER |
| Modifier and Type | Method and Description |
|---|---|
static RebindConfiguration.MapperType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RebindConfiguration.MapperType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RebindConfiguration.MapperType KEY_SERIALIZER
public static final RebindConfiguration.MapperType KEY_DESERIALIZER
public static final RebindConfiguration.MapperType JSON_SERIALIZER
public static final RebindConfiguration.MapperType JSON_DESERIALIZER
public static RebindConfiguration.MapperType[] values()
for (RebindConfiguration.MapperType c : RebindConfiguration.MapperType.values()) System.out.println(c);
public static RebindConfiguration.MapperType 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 © 2016. All Rights Reserved.