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 AnnotatedType
visitArray
(AnnotatedArrayType type) protected AnnotatedType
protected AnnotatedType
visitClass
(AnnotatedType type) protected AnnotatedType
protected AnnotatedType
visitUnmatched
(AnnotatedType type) protected AnnotatedType
protected AnnotatedType
-
Field Details
-
varCache
-
captureCache
-
-
Constructor Details
-
TypeVisitor
public TypeVisitor()
-
-
Method Details
-
visitParameterizedType
-
visitWildcardType
-
visitVariable
-
visitArray
-
visitCaptureType
-
visitClass
-
visitUnmatched
-