Class BeanAttributesImpl<T>

  • All Implemented Interfaces:
    jakarta.enterprise.inject.spi.BeanAttributes<T>
    Direct Known Subclasses:
    AbstractOwbBean

    public class BeanAttributesImpl<T>
    extends Object
    implements jakarta.enterprise.inject.spi.BeanAttributes<T>
    • Constructor Detail

      • BeanAttributesImpl

        public BeanAttributesImpl​(jakarta.enterprise.inject.spi.Bean<T> bean)
        Deprecated.
        do not remove, this ct is used from within TomEE for example.
      • BeanAttributesImpl

        public BeanAttributesImpl​(jakarta.enterprise.inject.spi.BeanAttributes<T> beanAttributes)
      • BeanAttributesImpl

        public BeanAttributesImpl​(Set<Type> types)
    • Method Detail

      • getTypes

        public Set<Type> getTypes()
        Specified by:
        getTypes in interface jakarta.enterprise.inject.spi.BeanAttributes<T>
      • getQualifiers

        public Set<Annotation> getQualifiers()
        Specified by:
        getQualifiers in interface jakarta.enterprise.inject.spi.BeanAttributes<T>
      • getScope

        public Class<? extends Annotation> getScope()
        Specified by:
        getScope in interface jakarta.enterprise.inject.spi.BeanAttributes<T>
      • getName

        public String getName()
        Specified by:
        getName in interface jakarta.enterprise.inject.spi.BeanAttributes<T>
      • getStereotypes

        public Set<Class<? extends Annotation>> getStereotypes()
        Specified by:
        getStereotypes in interface jakarta.enterprise.inject.spi.BeanAttributes<T>
      • isAlternative

        public boolean isAlternative()
        Specified by:
        isAlternative in interface jakarta.enterprise.inject.spi.BeanAttributes<T>