Class TypeVisitor
java.lang.Object
io.leangen.geantyref.TypeVisitor
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Map<TypeVisitor.AnnotatedCaptureCacheKey, AnnotatedType> private final Map<TypeVariable, AnnotatedTypeVariable> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected AnnotatedTypevisitArray(AnnotatedArrayType type) protected AnnotatedTypeprotected AnnotatedTypevisitClass(AnnotatedType type) protected AnnotatedTypeprotected AnnotatedTypevisitUnmatched(AnnotatedType type) protected AnnotatedTypeprotected AnnotatedType
-
Field Details
-
varCache
-
captureCache
-
-
Constructor Details
-
TypeVisitor
public TypeVisitor()
-
-
Method Details
-
visitParameterizedType
-
visitWildcardType
-
visitVariable
-
visitArray
-
visitCaptureType
-
visitClass
-
visitUnmatched
-