public static enum TypePool.LazyTypeDescription.GenericTypeToken.ForUnboundWildcard extends Enum<TypePool.LazyTypeDescription.GenericTypeToken.ForUnboundWildcard> implements TypePool.LazyTypeDescription.GenericTypeToken
TypePool.LazyTypeDescription.GenericTypeToken.ForGenericArray, TypePool.LazyTypeDescription.GenericTypeToken.ForLowerBoundWildcard, TypePool.LazyTypeDescription.GenericTypeToken.ForParameterizedType, TypePool.LazyTypeDescription.GenericTypeToken.ForPrimitiveType, TypePool.LazyTypeDescription.GenericTypeToken.ForRawType, TypePool.LazyTypeDescription.GenericTypeToken.ForTypeVariable, TypePool.LazyTypeDescription.GenericTypeToken.ForUnboundWildcard, TypePool.LazyTypeDescription.GenericTypeToken.ForUpperBoundWildcard, TypePool.LazyTypeDescription.GenericTypeToken.Resolution| Enum Constant and Description |
|---|
INSTANCE
The singleton instance.
|
| Modifier and Type | Method and Description |
|---|---|
GenericTypeDescription.Sort |
getSort()
Returns the sort of the generic type this token represents.
|
GenericTypeDescription |
toGenericType(TypePool typePool,
TypeVariableSource typeVariableSource)
Transforms this token into a generic type reprsentation.
|
String |
toString() |
static TypePool.LazyTypeDescription.GenericTypeToken.ForUnboundWildcard |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypePool.LazyTypeDescription.GenericTypeToken.ForUnboundWildcard[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TypePool.LazyTypeDescription.GenericTypeToken.ForUnboundWildcard INSTANCE
public static TypePool.LazyTypeDescription.GenericTypeToken.ForUnboundWildcard[] values()
for (TypePool.LazyTypeDescription.GenericTypeToken.ForUnboundWildcard c : TypePool.LazyTypeDescription.GenericTypeToken.ForUnboundWildcard.values()) System.out.println(c);
public static TypePool.LazyTypeDescription.GenericTypeToken.ForUnboundWildcard 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 nullpublic GenericTypeDescription.Sort getSort()
TypePool.LazyTypeDescription.GenericTypeTokengetSort in interface TypePool.LazyTypeDescription.GenericTypeTokenpublic GenericTypeDescription toGenericType(TypePool typePool, TypeVariableSource typeVariableSource)
TypePool.LazyTypeDescription.GenericTypeTokentoGenericType in interface TypePool.LazyTypeDescription.GenericTypeTokentypePool - The type pool to be used for locating non-generic type descriptions.typeVariableSource - The type variable source.public String toString()
toString in class Enum<TypePool.LazyTypeDescription.GenericTypeToken.ForUnboundWildcard>Copyright © 2014–2015. All rights reserved.