Package org.apache.webbeans.component
Class BeanAttributesImpl<T>
java.lang.Object
org.apache.webbeans.component.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 Summary
ConstructorsConstructorDescriptionBeanAttributesImpl(jakarta.enterprise.inject.spi.Bean<T> bean) Deprecated.BeanAttributesImpl(jakarta.enterprise.inject.spi.BeanAttributes<T> beanAttributes) BeanAttributesImpl(Set<Type> types) BeanAttributesImpl(Set<Type> types, Set<Annotation> qualifiers) BeanAttributesImpl(Set<Type> types, Set<Annotation> qualifiers, Class<? extends Annotation> scope) BeanAttributesImpl(Set<Type> types, Set<Annotation> qualifiers, Class<? extends Annotation> scope, String name, Set<Class<? extends Annotation>> stereotypes, boolean alternative) BeanAttributesImpl(Set<Type> types, Set<Annotation> qualifiers, Class<? extends Annotation> scope, Set<Class<? extends Annotation>> stereotypes) -
Method Summary
Modifier and TypeMethodDescriptiongetName()Class<? extends Annotation>getScope()Set<Class<? extends Annotation>>getTypes()boolean
-
Constructor Details
-
BeanAttributesImpl
Deprecated.do not remove, this ct is used from within TomEE for example. -
BeanAttributesImpl
-
BeanAttributesImpl
-
BeanAttributesImpl
-
BeanAttributesImpl
public BeanAttributesImpl(Set<Type> types, Set<Annotation> qualifiers, Class<? extends Annotation> scope) -
BeanAttributesImpl
public BeanAttributesImpl(Set<Type> types, Set<Annotation> qualifiers, Class<? extends Annotation> scope, Set<Class<? extends Annotation>> stereotypes) -
BeanAttributesImpl
public BeanAttributesImpl(Set<Type> types, Set<Annotation> qualifiers, Class<? extends Annotation> scope, String name, Set<Class<? extends Annotation>> stereotypes, boolean alternative)
-
-
Method Details
-
getTypes
- Specified by:
getTypesin interfacejakarta.enterprise.inject.spi.BeanAttributes<T>
-
getQualifiers
- Specified by:
getQualifiersin interfacejakarta.enterprise.inject.spi.BeanAttributes<T>
-
getScope
- Specified by:
getScopein interfacejakarta.enterprise.inject.spi.BeanAttributes<T>
-
getName
- Specified by:
getNamein interfacejakarta.enterprise.inject.spi.BeanAttributes<T>
-
getStereotypes
- Specified by:
getStereotypesin interfacejakarta.enterprise.inject.spi.BeanAttributes<T>
-
isAlternative
public boolean isAlternative()- Specified by:
isAlternativein interfacejakarta.enterprise.inject.spi.BeanAttributes<T>
-