public static enum DefaultSerializerConfiguration.Type extends java.lang.Enum<DefaultSerializerConfiguration.Type>
| Enum Constant and Description |
|---|
KEY
Serializer type for the key
|
VALUE
Serializer type for the value
|
| Modifier and Type | Method and Description |
|---|---|
static DefaultSerializerConfiguration.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DefaultSerializerConfiguration.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DefaultSerializerConfiguration.Type KEY
public static final DefaultSerializerConfiguration.Type VALUE
public static DefaultSerializerConfiguration.Type[] values()
for (DefaultSerializerConfiguration.Type c : DefaultSerializerConfiguration.Type.values()) System.out.println(c);
public static DefaultSerializerConfiguration.Type valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null