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