Class TypeDescription.Generic.AnnotationReader.ForComponentType

    • Field Detail

      • GET_ANNOTATED_GENERIC_COMPONENT_TYPE

        private static final java.lang.reflect.Method GET_ANNOTATED_GENERIC_COMPONENT_TYPE
        The java.lang.reflect.AnnotatedArrayType#getAnnotatedGenericComponentType method.
    • Constructor Detail

      • ForComponentType

        protected ForComponentType​(TypeDescription.Generic.AnnotationReader annotationReader)
        Creates a chained annotation reader for reading a component type.
        Parameters:
        annotationReader - The annotation reader from which to delegate.