Class JsfToCdiAnnotationMapper.MappedAnnotatedType<T>

java.lang.Object
de.xima.fc.cdi.extension.JsfToCdiAnnotationMapper.MappedAnnotatedType<T>
All Implemented Interfaces:
javax.enterprise.inject.spi.Annotated, javax.enterprise.inject.spi.AnnotatedType<T>
Enclosing class:
JsfToCdiAnnotationMapper

public static class JsfToCdiAnnotationMapper.MappedAnnotatedType<T> extends Object implements javax.enterprise.inject.spi.AnnotatedType<T>
  • Constructor Details

    • MappedAnnotatedType

      public MappedAnnotatedType(javax.enterprise.inject.spi.AnnotatedType<T> delegate, Set<Annotation> annotations, Set<javax.enterprise.inject.spi.AnnotatedField<? super T>> mappedFields, Set<javax.enterprise.inject.spi.AnnotatedMethod<? super T>> mappedMethods)
  • Method Details

    • getJavaClass

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

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

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

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

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

      public <A extends Annotation> A getAnnotation(Class<A> annotationType)
      Specified by:
      getAnnotation 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
    • getTypeClosure

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

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

      public <T extends Annotation> Set<T> getAnnotations(Class<T> annotationType)
      Specified by:
      getAnnotations in interface javax.enterprise.inject.spi.Annotated
      Specified by:
      getAnnotations in interface javax.enterprise.inject.spi.AnnotatedType<T>