@JavaDispatcher.Proxied(value="java.lang.reflect.AnnotatedParameterizedType") protected static interface TypeDescription.Generic.AnnotationReader.ForTypeArgument.AnnotatedParameterizedType
java.lang.reflect.AnnotatedParameterizedType.| Modifier and Type | Method and Description |
|---|---|
AnnotatedElement[] |
getAnnotatedActualTypeArguments(AnnotatedElement value)
Returns the supplied annotated parameterize type's annotated actual type arguments.
|
boolean |
isInstance(AnnotatedElement value)
Returns
true if the supplied instance implements java.lang.reflect.AnnotatedParameterizedType. |
@JavaDispatcher.Instance boolean isInstance(AnnotatedElement value)
true if the supplied instance implements java.lang.reflect.AnnotatedParameterizedType.value - The annotated element to consider.true if the supplied instance is of type java.lang.reflect.AnnotatedParameterizedType.AnnotatedElement[] getAnnotatedActualTypeArguments(AnnotatedElement value)
value - The annotated type variable to resolve.Copyright © 2014–2025. All rights reserved.