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.Generalizing, TypeDescription.Generic.Visitor.NoOp, TypeDescription.Generic.Visitor.Reducing, TypeDescription.Generic.Visitor.Reifying, TypeDescription.Generic.Visitor.Substitutor, TypeDescription.Generic.Visitor.TypeErasing, TypeDescription.Generic.Visitor.Validatorpolymorphic, 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, onParameterizedTypeonTypeVariable, onWildcardprotected 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–2025. All rights reserved.