@HashCodeAndEqualsPlugin.Enhance protected static class GenericTypeAwareAssigner.IsAssignableToVisitor.OfWildcard extends Object implements TypeDescription.Generic.Visitor<Boolean>
TypeDescription.Generic.Visitor.AnnotationStripper, TypeDescription.Generic.Visitor.Assigner, TypeDescription.Generic.Visitor.ForRawType, TypeDescription.Generic.Visitor.ForSignatureVisitor, TypeDescription.Generic.Visitor.NoOp, TypeDescription.Generic.Visitor.Reducing, TypeDescription.Generic.Visitor.Reifying, TypeDescription.Generic.Visitor.Substitutor, TypeDescription.Generic.Visitor.TypeErasing, TypeDescription.Generic.Visitor.Validator| Modifier | Constructor and Description |
|---|---|
protected |
OfWildcard(TypeDescription.Generic wildcard)
Creates a visitor for a wildcard type assignment.
|
| Modifier and Type | Method and Description |
|---|---|
Boolean |
onGenericArray(TypeDescription.Generic genericArray)
Visits a generic array type (
Sort#GENERIC_ARRAY). |
Boolean |
onNonGenericType(TypeDescription.Generic typeDescription)
Visits a non-generic type (
Sort#NON_GENERIC). |
Boolean |
onParameterizedType(TypeDescription.Generic parameterizedType)
Visits a parameterized type (
Sort#PARAMETERIZED). |
Boolean |
onTypeVariable(TypeDescription.Generic typeVariable)
Visits a type variable (
Sort#VARIABLE, Sort#VARIABLE_SYMBOLIC). |
Boolean |
onWildcard(TypeDescription.Generic wildcard)
Visits a wildcard (
Sort#WILDCARD). |
protected OfWildcard(TypeDescription.Generic wildcard)
wildcard - The wildcard type being assigned to another type.public Boolean onGenericArray(TypeDescription.Generic genericArray)
Sort#GENERIC_ARRAY).onGenericArray in interface TypeDescription.Generic.Visitor<Boolean>genericArray - The generic array type.public Boolean onWildcard(TypeDescription.Generic wildcard)
Sort#WILDCARD).onWildcard in interface TypeDescription.Generic.Visitor<Boolean>wildcard - The wildcard.public Boolean onParameterizedType(TypeDescription.Generic parameterizedType)
Sort#PARAMETERIZED).onParameterizedType in interface TypeDescription.Generic.Visitor<Boolean>parameterizedType - The generic array type.public Boolean onTypeVariable(TypeDescription.Generic typeVariable)
Sort#VARIABLE, Sort#VARIABLE_SYMBOLIC).onTypeVariable in interface TypeDescription.Generic.Visitor<Boolean>typeVariable - The generic array type.public Boolean onNonGenericType(TypeDescription.Generic typeDescription)
Sort#NON_GENERIC).onNonGenericType in interface TypeDescription.Generic.Visitor<Boolean>typeDescription - The non-generic type.Copyright © 2014–2019. All rights reserved.