Uses of Interface
io.leangen.geantyref.CaptureType
-
-
Uses of CaptureType in io.leangen.geantyref
Classes in io.leangen.geantyref that implement CaptureType Modifier and Type Class Description (package private) class
CaptureTypeImpl
Fields in io.leangen.geantyref declared as CaptureType Modifier and Type Field Description (package private) CaptureType
GenericTypeReflector.CaptureCacheKey. capture
(package private) CaptureType
GenericTypeReflector.AnnotatedCaptureCacheKey. raw
(package private) CaptureType
TypeVisitor.AnnotatedCaptureCacheKey. raw
private CaptureType
AnnotatedCaptureTypeImpl. type
Constructors in io.leangen.geantyref with parameters of type CaptureType Constructor Description AnnotatedCaptureTypeImpl(CaptureType type, java.lang.reflect.AnnotatedWildcardType wildcard, java.lang.reflect.AnnotatedTypeVariable variable)
AnnotatedCaptureTypeImpl(CaptureType type, java.lang.reflect.AnnotatedWildcardType wildcard, java.lang.reflect.AnnotatedTypeVariable variable, java.lang.reflect.AnnotatedType[] upperBounds, java.lang.annotation.Annotation[] annotations)
AnnotatedCaptureTypeImpl(CaptureType type, java.lang.reflect.AnnotatedWildcardType wildcard, java.lang.reflect.AnnotatedTypeVariable variable, java.lang.reflect.AnnotatedType[] lowerBounds, java.lang.reflect.AnnotatedType[] upperBounds, java.lang.annotation.Annotation[] annotations)
CaptureCacheKey(CaptureType capture)
-