public static enum TypeAnnotationsReader.TypePathKind extends java.lang.Enum<TypeAnnotationsReader.TypePathKind>
| Enum Constant and Description |
|---|
DEEPER_IN_ARRAY |
DEEPER_IN_NESTED |
TYPE_ARGUMENT |
WILDCARD_BOUND |
| Modifier and Type | Method and Description |
|---|---|
static TypeAnnotationsReader.TypePathKind |
fromValue(int value) |
static TypeAnnotationsReader.TypePathKind |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TypeAnnotationsReader.TypePathKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TypeAnnotationsReader.TypePathKind DEEPER_IN_ARRAY
public static final TypeAnnotationsReader.TypePathKind DEEPER_IN_NESTED
public static final TypeAnnotationsReader.TypePathKind WILDCARD_BOUND
public static final TypeAnnotationsReader.TypePathKind TYPE_ARGUMENT
public static TypeAnnotationsReader.TypePathKind[] values()
for (TypeAnnotationsReader.TypePathKind c : TypeAnnotationsReader.TypePathKind.values()) System.out.println(c);
public static TypeAnnotationsReader.TypePathKind 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 nullpublic static TypeAnnotationsReader.TypePathKind fromValue(int value)