Interface TypeDescription.Generic.AnnotationReader.ForTypeArgument.AnnotatedParameterizedType
- Enclosing class:
TypeDescription.Generic.AnnotationReader.ForTypeArgument
@Proxied("java.lang.reflect.AnnotatedParameterizedType")
protected static interface TypeDescription.Generic.AnnotationReader.ForTypeArgument.AnnotatedParameterizedType
A proxy to interact with
java.lang.reflect.AnnotatedParameterizedType.-
Method Summary
Modifier and TypeMethodDescriptionReturns the supplied annotated parameterize type's annotated actual type arguments.booleanisInstance(AnnotatedElement value) Returnstrueif the supplied instance implementsjava.lang.reflect.AnnotatedParameterizedType.
-
Method Details
-
isInstance
Returnstrueif the supplied instance implementsjava.lang.reflect.AnnotatedParameterizedType.- Parameters:
value- The annotated element to consider.- Returns:
trueif the supplied instance is of typejava.lang.reflect.AnnotatedParameterizedType.
-
getAnnotatedActualTypeArguments
Returns the supplied annotated parameterize type's annotated actual type arguments.- Parameters:
value- The annotated type variable to resolve.- Returns:
- The supplied annotated parameterize type's annotated actual type arguments.
-