Class TypeDescription.Generic.AnnotationReader.Dispatcher.ForJava8CapableVm.AnnotatedInterfaceType

    • Constructor Detail

      • AnnotatedInterfaceType

        protected AnnotatedInterfaceType​(java.lang.Class<?> type,
                                         int index)
        Creates a new annotation reader for an annotated interface type.
        Parameters:
        type - The represented interface type.
        index - The interface type's index.
    • Method Detail

      • resolve

        public java.lang.reflect.AnnotatedElement resolve()
        Description copied from interface: TypeDescription.Generic.AnnotationReader
        Resolves the underlying AnnotatedElement.
        Returns:
        The underlying annotated element.
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object