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