Uses of Class
io.leangen.geantyref.GenericTypeReflector.CaptureCacheKey
-
-
Uses of GenericTypeReflector.CaptureCacheKey in io.leangen.geantyref
Method parameters in io.leangen.geantyref with type arguments of type GenericTypeReflector.CaptureCacheKey Modifier and Type Method Description private static java.lang.reflect.AnnotatedType
GenericTypeReflector. annotate(java.lang.reflect.Type type, boolean expandGenerics, java.util.Map<GenericTypeReflector.CaptureCacheKey,java.lang.reflect.AnnotatedType> cache)
This is the method underlying bothGenericTypeReflector.annotate(Type)
andGenericTypeReflector.annotate(Type, Annotation[])
.
-