Class FaultToleranceExtension.FTInterceptorBindingAnnotatedType<T extends Annotation>

  • All Implemented Interfaces:
    javax.enterprise.inject.spi.Annotated, javax.enterprise.inject.spi.AnnotatedType<T>
    Enclosing class:
    FaultToleranceExtension

    public static class FaultToleranceExtension.FTInterceptorBindingAnnotatedType<T extends Annotation>
    extends Object
    implements javax.enterprise.inject.spi.AnnotatedType<T>
    • Constructor Detail

      • FTInterceptorBindingAnnotatedType

        public FTInterceptorBindingAnnotatedType​(javax.enterprise.inject.spi.AnnotatedType<T> delegate)
    • Method Detail

      • getJavaClass

        public Class<T> getJavaClass()
        Specified by:
        getJavaClass in interface javax.enterprise.inject.spi.AnnotatedType<T extends Annotation>
      • getConstructors

        public Set<javax.enterprise.inject.spi.AnnotatedConstructor<T>> getConstructors()
        Specified by:
        getConstructors in interface javax.enterprise.inject.spi.AnnotatedType<T extends Annotation>
      • getMethods

        public Set<javax.enterprise.inject.spi.AnnotatedMethod<? super T>> getMethods()
        Specified by:
        getMethods in interface javax.enterprise.inject.spi.AnnotatedType<T extends Annotation>
      • getFields

        public Set<javax.enterprise.inject.spi.AnnotatedField<? super T>> getFields()
        Specified by:
        getFields in interface javax.enterprise.inject.spi.AnnotatedType<T extends Annotation>
      • getBaseType

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

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

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

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

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