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