public static enum Reflection.FieldType extends Enum<Reflection.FieldType>
| Enum Constant and Description |
|---|
ANNOTATED_ATTRIBUTE |
ARRAY |
FIELD_DESERIALIZER |
LIST |
MAP |
OTHER |
SET |
TEXTNODE |
| Modifier and Type | Method and Description |
|---|---|
static Reflection.FieldType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Reflection.FieldType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Reflection.FieldType TEXTNODE
public static final Reflection.FieldType ANNOTATED_ATTRIBUTE
public static final Reflection.FieldType SET
public static final Reflection.FieldType LIST
public static final Reflection.FieldType ARRAY
public static final Reflection.FieldType MAP
public static final Reflection.FieldType OTHER
public static final Reflection.FieldType FIELD_DESERIALIZER
public static Reflection.FieldType[] values()
for (Reflection.FieldType c : Reflection.FieldType.values()) System.out.println(c);
public static Reflection.FieldType 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 © 2019. All rights reserved.