Package net.bytebuddy.description.type
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.boolean
isInstance
(AnnotatedElement value) Returnstrue
if the supplied instance implementsjava.lang.reflect.AnnotatedParameterizedType
.
-
Method Details
-
isInstance
Returnstrue
if the supplied instance implementsjava.lang.reflect.AnnotatedParameterizedType
.- Parameters:
value
- The annotated element to consider.- Returns:
true
if 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.
-