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) classCaptureTypeImplFields in io.leangen.geantyref declared as CaptureType Modifier and Type Field Description (package private) CaptureTypeGenericTypeReflector.CaptureCacheKey. capture(package private) CaptureTypeGenericTypeReflector.AnnotatedCaptureCacheKey. raw(package private) CaptureTypeTypeVisitor.AnnotatedCaptureCacheKey. rawprivate CaptureTypeAnnotatedCaptureTypeImpl. typeConstructors 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)
-