Class BValAnnotatedType<A>

  • All Implemented Interfaces:
    jakarta.enterprise.inject.spi.Annotated, jakarta.enterprise.inject.spi.AnnotatedType<A>

    public class BValAnnotatedType<A>
    extends Object
    implements jakarta.enterprise.inject.spi.AnnotatedType<A>
    • Constructor Detail

      • BValAnnotatedType

        public BValAnnotatedType​(jakarta.enterprise.inject.spi.AnnotatedType<A> annotatedType)
    • Method Detail

      • getJavaClass

        public Class<A> getJavaClass()
        Specified by:
        getJavaClass in interface jakarta.enterprise.inject.spi.AnnotatedType<A>
      • getConstructors

        public Set<jakarta.enterprise.inject.spi.AnnotatedConstructor<A>> getConstructors()
        Specified by:
        getConstructors in interface jakarta.enterprise.inject.spi.AnnotatedType<A>
      • getMethods

        public Set<jakarta.enterprise.inject.spi.AnnotatedMethod<? super A>> getMethods()
        Specified by:
        getMethods in interface jakarta.enterprise.inject.spi.AnnotatedType<A>
      • getFields

        public Set<jakarta.enterprise.inject.spi.AnnotatedField<? super A>> getFields()
        Specified by:
        getFields in interface jakarta.enterprise.inject.spi.AnnotatedType<A>
      • getBaseType

        public Type getBaseType()
        Specified by:
        getBaseType in interface jakarta.enterprise.inject.spi.Annotated
      • getTypeClosure

        public Set<Type> getTypeClosure()
        Specified by:
        getTypeClosure in interface jakarta.enterprise.inject.spi.Annotated
      • getAnnotation

        public <T extends Annotation> T getAnnotation​(Class<T> annotationType)
        Specified by:
        getAnnotation in interface jakarta.enterprise.inject.spi.Annotated
      • getAnnotations

        public Set<Annotation> getAnnotations()
        Specified by:
        getAnnotations in interface jakarta.enterprise.inject.spi.Annotated
      • isAnnotationPresent

        public boolean isAnnotationPresent​(Class<? extends Annotation> annotationType)
        Specified by:
        isAnnotationPresent in interface jakarta.enterprise.inject.spi.Annotated