Interface TypeDescription.Generic.AnnotationReader.ForComponentType.AnnotatedParameterizedType

Enclosing class:
TypeDescription.Generic.AnnotationReader.ForComponentType

@Proxied("java.lang.reflect.AnnotatedArrayType") protected static interface TypeDescription.Generic.AnnotationReader.ForComponentType.AnnotatedParameterizedType
A proxy to interact with java.lang.reflect.AnnotatedArrayType.
  • Method Details

    • isInstance

      @Instance boolean isInstance(AnnotatedElement value)
      Returns true if the supplied instance implements java.lang.reflect.AnnotatedArrayType.
      Parameters:
      value - The annotated element to consider.
      Returns:
      true if the supplied instance is of type java.lang.reflect.AnnotatedArrayType.
    • getAnnotatedGenericComponentType

      AnnotatedElement getAnnotatedGenericComponentType(AnnotatedElement value)
      Returns the supplied annotated array type's annotated component type.
      Parameters:
      value - The annotated array type to resolve.
      Returns:
      The supplied annotated array type's annotated component type.