Uses of Interface
jakarta.enterprise.inject.spi.BeanAttributes
-
Packages that use BeanAttributes Package Description jakarta.enterprise.inject.spi The portable extension integration SPI.jakarta.enterprise.inject.spi.configurator org.hibernate.validator.cdi.internal Classes for enabling Bean Validation CDI integration.org.infinispan.cdi.common.util This package contains utility classes.org.jboss.weld.bootstrap.event -
-
Uses of BeanAttributes in jakarta.enterprise.inject.spi
Subinterfaces of BeanAttributes in jakarta.enterprise.inject.spi Modifier and Type Interface Description interfaceBean<T>Represents an enabled bean.interfaceDecorator<T>Represents an enabled decorator.interfaceInterceptor<T>Represents an enabled interceptor.Methods in jakarta.enterprise.inject.spi that return BeanAttributes Modifier and Type Method Description BeanAttributes<?>BeanManager. createBeanAttributes(AnnotatedMember<?> type)Obtains aBeanAttributesfor the givenAnnotatedType.<T> BeanAttributes<T>BeanManager. createBeanAttributes(AnnotatedType<T> type)Obtains aBeanAttributesfor the givenAnnotatedType.BeanAttributes<T>ProcessBeanAttributes. getBeanAttributes()Methods in jakarta.enterprise.inject.spi with parameters of type BeanAttributes Modifier and Type Method Description <T> Bean<T>BeanManager. createBean(BeanAttributes<T> attributes, Class<T> beanClass, InjectionTargetFactory<T> injectionTargetFactory)<T,X>
Bean<T>BeanManager. createBean(BeanAttributes<T> attributes, Class<X> beanClass, ProducerFactory<X> producerFactory)voidProcessBeanAttributes. setBeanAttributes(BeanAttributes<T> beanAttributes)Replaces theBeanAttributes. -
Uses of BeanAttributes in jakarta.enterprise.inject.spi.configurator
Methods in jakarta.enterprise.inject.spi.configurator with parameters of type BeanAttributes Modifier and Type Method Description BeanConfigurator<T>BeanConfigurator. read(BeanAttributes<?> beanAttributes)Read the information from the given bean attributes. -
Uses of BeanAttributes in org.hibernate.validator.cdi.internal
Classes in org.hibernate.validator.cdi.internal that implement BeanAttributes Modifier and Type Class Description classValidatorBeanclassValidatorFactoryBeanABeanrepresenting aValidatorFactory. -
Uses of BeanAttributes in org.infinispan.cdi.common.util
Classes in org.infinispan.cdi.common.util that implement BeanAttributes Modifier and Type Class Description classAbstractImmutableBean<T>A base class for implementingBean.classForwardingBean<T>An implementation ofBeanthat forwards all calls to theForwardingBean.delegate().classImmutableBean<T>A base class for implementingBean.classImmutablePassivationCapableBean<T>A base class for implementing aPassivationCapableBean. -
Uses of BeanAttributes in org.jboss.weld.bootstrap.event
Methods in org.jboss.weld.bootstrap.event with parameters of type BeanAttributes Modifier and Type Method Description WeldBeanConfigurator<T>WeldBeanConfigurator. read(BeanAttributes<?> beanAttributes)
-