protected static enum TypeDescription.Generic.Visitor.Assigner.Dispatcher.ForParameterizedType.ParameterAssigner extends Enum<TypeDescription.Generic.Visitor.Assigner.Dispatcher.ForParameterizedType.ParameterAssigner> implements TypeDescription.Generic.Visitor<TypeDescription.Generic.Visitor.Assigner.Dispatcher>
| Modifier and Type | Class and Description |
|---|---|
protected static class |
TypeDescription.Generic.Visitor.Assigner.Dispatcher.ForParameterizedType.ParameterAssigner.ContravariantBinding
A dispatcher for an contravariant parameter of a parameterized type, i.e. a type that is the lower bound of a wildcard.
|
protected static class |
TypeDescription.Generic.Visitor.Assigner.Dispatcher.ForParameterizedType.ParameterAssigner.CovariantBinding
A dispatcher for an covariant parameter of a parameterized type, i.e. a type that is the lower bound of a wildcard.
|
protected static class |
TypeDescription.Generic.Visitor.Assigner.Dispatcher.ForParameterizedType.ParameterAssigner.InvariantBinding
A dispatcher for an invariant parameter of a parameterized type, i.e. a type without a wildcard.
|
TypeDescription.Generic.Visitor.AnnotationStripper, TypeDescription.Generic.Visitor.Assigner, TypeDescription.Generic.Visitor.ForSignatureVisitor, TypeDescription.Generic.Visitor.NoOp, TypeDescription.Generic.Visitor.Reducing, TypeDescription.Generic.Visitor.Substitutor, TypeDescription.Generic.Visitor.TypeErasing, TypeDescription.Generic.Visitor.TypeVariableErasing, TypeDescription.Generic.Visitor.Validator| Enum Constant and Description |
|---|
INSTANCE
The singleton instance.
|
public static final TypeDescription.Generic.Visitor.Assigner.Dispatcher.ForParameterizedType.ParameterAssigner INSTANCE
public static TypeDescription.Generic.Visitor.Assigner.Dispatcher.ForParameterizedType.ParameterAssigner[] values()
for (TypeDescription.Generic.Visitor.Assigner.Dispatcher.ForParameterizedType.ParameterAssigner c : TypeDescription.Generic.Visitor.Assigner.Dispatcher.ForParameterizedType.ParameterAssigner.values()) System.out.println(c);
public static TypeDescription.Generic.Visitor.Assigner.Dispatcher.ForParameterizedType.ParameterAssigner 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 TypeDescription.Generic.Visitor.Assigner.Dispatcher onGenericArray(TypeDescription.Generic genericArray)
TypeDescription.Generic.VisitorSort#GENERIC_ARRAY).onGenericArray in interface TypeDescription.Generic.Visitor<TypeDescription.Generic.Visitor.Assigner.Dispatcher>genericArray - The generic array type.public TypeDescription.Generic.Visitor.Assigner.Dispatcher onWildcard(TypeDescription.Generic wildcard)
TypeDescription.Generic.VisitorSort#WILDCARD).onWildcard in interface TypeDescription.Generic.Visitor<TypeDescription.Generic.Visitor.Assigner.Dispatcher>wildcard - The wildcard.public TypeDescription.Generic.Visitor.Assigner.Dispatcher onParameterizedType(TypeDescription.Generic parameterizedType)
TypeDescription.Generic.VisitorSort#PARAMETERIZED).onParameterizedType in interface TypeDescription.Generic.Visitor<TypeDescription.Generic.Visitor.Assigner.Dispatcher>parameterizedType - The generic array type.public TypeDescription.Generic.Visitor.Assigner.Dispatcher onTypeVariable(TypeDescription.Generic typeVariable)
TypeDescription.Generic.VisitorSort#VARIABLE, Sort#VARIABLE_SYMBOLIC).onTypeVariable in interface TypeDescription.Generic.Visitor<TypeDescription.Generic.Visitor.Assigner.Dispatcher>typeVariable - The generic array type.public TypeDescription.Generic.Visitor.Assigner.Dispatcher onNonGenericType(TypeDescription.Generic typeDescription)
TypeDescription.Generic.VisitorSort#NON_GENERIC).onNonGenericType in interface TypeDescription.Generic.Visitor<TypeDescription.Generic.Visitor.Assigner.Dispatcher>typeDescription - The non-generic type.public String toString()
Copyright © 2014–2016. All rights reserved.