protected static class GenericTypeAwareAssigner.IsAssignableToVisitor.OfNonGenericType extends GenericTypeAwareAssigner.IsAssignableToVisitor.OfSimpleType
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
polymorphic, typeDescription
Modifier | Constructor and Description |
---|---|
protected |
OfNonGenericType(TypeDescription.Generic typeDescription,
boolean polymorphic)
Creates a new visitor.
|
Modifier and Type | Method and Description |
---|---|
Boolean |
onGenericArray(TypeDescription.Generic genericArray)
Visits a generic array type (
Sort#GENERIC_ARRAY ). |
onNonGenericType, onParameterizedType
onTypeVariable, onWildcard
protected OfNonGenericType(TypeDescription.Generic typeDescription, boolean polymorphic)
typeDescription
- The type being assigned to another type.polymorphic
- true
if the assignment is polymorphic.public Boolean onGenericArray(TypeDescription.Generic genericArray)
Sort#GENERIC_ARRAY
).genericArray
- The generic array type.Copyright © 2014–2020. All rights reserved.