protected abstract static class GenericTypeAwareAssigner.IsAssignableToVisitor.OfSimpleType extends GenericTypeAwareAssigner.IsAssignableToVisitor.OfManifestType
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.Validatorpolymorphic, typeDescription| Modifier | Constructor and Description |
|---|---|
protected |
OfSimpleType(TypeDescription.Generic typeDescription,
boolean polymorphic)
Creates a new visitor.
|
| Modifier and Type | Method and Description |
|---|---|
Boolean |
onNonGenericType(TypeDescription.Generic typeDescription)
Visits a non-generic type (
Sort#NON_GENERIC). |
Boolean |
onParameterizedType(TypeDescription.Generic parameterizedType)
Visits a parameterized type (
Sort#PARAMETERIZED). |
onTypeVariable, onWildcardclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitonGenericArrayprotected OfSimpleType(TypeDescription.Generic typeDescription, boolean polymorphic)
typeDescription - The type being assigned to another type.polymorphic - true if the assignment is polymorphic.public Boolean onParameterizedType(TypeDescription.Generic parameterizedType)
Sort#PARAMETERIZED).parameterizedType - The generic array type.public Boolean onNonGenericType(TypeDescription.Generic typeDescription)
Sort#NON_GENERIC).typeDescription - The non-generic type.Copyright © 2014–2019. All rights reserved.