public static enum GenericTypeDescription.Visitor.NoOp extends Enum<GenericTypeDescription.Visitor.NoOp> implements GenericTypeDescription.Visitor<GenericTypeDescription>
GenericTypeDescription.Visitor.ForSignatureVisitor, GenericTypeDescription.Visitor.NoOp, GenericTypeDescription.Visitor.Substitutor, GenericTypeDescription.Visitor.TypeErasing, GenericTypeDescription.Visitor.TypeVariableErasing| Enum Constant and Description |
|---|
INSTANCE
The singleton instance.
|
public static final GenericTypeDescription.Visitor.NoOp INSTANCE
public static GenericTypeDescription.Visitor.NoOp[] values()
for (GenericTypeDescription.Visitor.NoOp c : GenericTypeDescription.Visitor.NoOp.values()) System.out.println(c);
public static GenericTypeDescription.Visitor.NoOp 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 onGenericArray(GenericTypeDescription genericArray)
GenericTypeDescription.VisitorGenericTypeDescription.Sort.GENERIC_ARRAY).onGenericArray in interface GenericTypeDescription.Visitor<GenericTypeDescription>genericArray - The generic array type.public GenericTypeDescription onWildcard(GenericTypeDescription wildcard)
GenericTypeDescription.VisitorGenericTypeDescription.Sort.WILDCARD).onWildcard in interface GenericTypeDescription.Visitor<GenericTypeDescription>wildcard - The wildcard.public GenericTypeDescription onParameterizedType(GenericTypeDescription parameterizedType)
GenericTypeDescription.VisitorGenericTypeDescription.Sort.PARAMETERIZED).onParameterizedType in interface GenericTypeDescription.Visitor<GenericTypeDescription>parameterizedType - The generic array type.public GenericTypeDescription onTypeVariable(GenericTypeDescription typeVariable)
GenericTypeDescription.VisitorGenericTypeDescription.Sort.VARIABLE,
GenericTypeDescription.Sort.VARIABLE_DETACHED,
GenericTypeDescription.Sort.VARIABLE_SYMBOLIC).onTypeVariable in interface GenericTypeDescription.Visitor<GenericTypeDescription>typeVariable - The generic array type.public GenericTypeDescription onNonGenericType(GenericTypeDescription typeDescription)
GenericTypeDescription.VisitorGenericTypeDescription.Sort.NON_GENERIC).onNonGenericType in interface GenericTypeDescription.Visitor<GenericTypeDescription>typeDescription - The non-generic type.public String toString()
toString in class Enum<GenericTypeDescription.Visitor.NoOp>Copyright © 2014–2015. All rights reserved.