Uses of Class
org.apache.webbeans.component.InjectionTargetBean
-
Packages that use InjectionTargetBean Package Description org.apache.webbeans.component org.apache.webbeans.component.creation org.apache.webbeans.util -
-
Uses of InjectionTargetBean in org.apache.webbeans.component
Subclasses of InjectionTargetBean in org.apache.webbeans.component Modifier and Type Class Description classCdiInterceptorBean<T>InterceptorBean implementation for CDI-style Beans.classDecoratorBean<T>Decorator Bean implementation.classEjbInterceptorBean<T>InterceptorBean implementation for EJB-style Beans.classInterceptorBean<T>AbstractInterceptorBean implementation.classManagedBean<T>Managed bean implementation of theBean.classSelfInterceptorBean<T>Implicit self-interceptor Bean implementation.Methods in org.apache.webbeans.component that return InjectionTargetBean Modifier and Type Method Description InjectionTargetBean<?>AbstractProducerBean. getOwnerComponent()InjectionTargetBean<?>IBeanHasParent. getParent()Constructors in org.apache.webbeans.component with parameters of type InjectionTargetBean Constructor Description AbstractProducerBean(InjectionTargetBean<?> ownerComponent, WebBeansType webBeansType, jakarta.enterprise.inject.spi.BeanAttributes<T> beanAttributes, Class<T> returnType, jakarta.enterprise.inject.spi.ProducerFactory<?> producerFactory)Create a new instance.ProducerFieldBean(InjectionTargetBean<?> ownerComponent, jakarta.enterprise.inject.spi.BeanAttributes<T> beanAttributes, Class<T> returnType, jakarta.enterprise.inject.spi.ProducerFactory<T> producerFactory)Defines the new producer field component.ProducerMethodBean(InjectionTargetBean<P> ownerComponent, jakarta.enterprise.inject.spi.BeanAttributes<T> beanAttributes, Class<T> returnType, MethodProducerFactory<P> producerFactory)Creates a new instance.ResourceBean(InjectionTargetBean<?> ownerComponent, ResourceReference<X,T> resourceReference, jakarta.enterprise.inject.spi.BeanAttributes<X> beanAttributes, Class<X> beanClass, jakarta.enterprise.inject.spi.ProducerFactory<X> producerFactory) -
Uses of InjectionTargetBean in org.apache.webbeans.component.creation
Fields in org.apache.webbeans.component.creation declared as InjectionTargetBean Modifier and Type Field Description protected InjectionTargetBean<?>AbstractProducerBeanBuilder. parentMethods in org.apache.webbeans.component.creation with parameters of type InjectionTargetBean Modifier and Type Method Description protected abstract <X> PAbstractProducerBeanBuilder. createBean(InjectionTargetBean<X> parent, Class<T> beanClass)protected <X> PProducerFieldBeanBuilder. createBean(InjectionTargetBean<X> owner, Class<T> beanClass)protected <P> ProducerMethodBean<T>ProducerMethodBeanBuilder. createBean(InjectionTargetBean<P> parent, Class<T> beanClass)protected <X> ResourceBean<T,R>ResourceBeanBuilder. createBean(InjectionTargetBean<X> owner, Class<T> beanClass)Set<ProducerFieldBean<?>>ProducerFieldBeansBuilder. defineProducerFields(InjectionTargetBean<T> bean)Set<ProducerMethodBean<?>>ProducerMethodBeansBuilder. defineProducerMethods(InjectionTargetBean<T> bean, Set<ProducerFieldBean<?>> producerFields)Constructors in org.apache.webbeans.component.creation with parameters of type InjectionTargetBean Constructor Description AbstractProducerBeanBuilder(InjectionTargetBean<?> parent, A annotated, jakarta.enterprise.inject.spi.BeanAttributes<T> beanAttributes)ProducerFieldBeanBuilder(InjectionTargetBean<?> owner, jakarta.enterprise.inject.spi.AnnotatedField<?> annotated, jakarta.enterprise.inject.spi.BeanAttributes<T> beanAttributes)ProducerMethodBeanBuilder(InjectionTargetBean<T> parent, jakarta.enterprise.inject.spi.AnnotatedMethod<?> annotatedMethod, jakarta.enterprise.inject.spi.BeanAttributes<T> beanAttributes)ResourceBeanBuilder(InjectionTargetBean<?> parent, ResourceReference<T,R> resourceRef, jakarta.enterprise.inject.spi.AnnotatedField<?> annotatedField, jakarta.enterprise.inject.spi.BeanAttributes<T> beanAttributes) -
Uses of InjectionTargetBean in org.apache.webbeans.util
Methods in org.apache.webbeans.util with parameters of type InjectionTargetBean Modifier and Type Method Description voidWebBeansUtil. setBeanEnableFlagForProducerBean(InjectionTargetBean<?> parent, AbstractProducerBean<?> producer, Annotation[] annotations)voidWebBeansUtil. setInjectionTargetBeanEnableFlag(InjectionTargetBean<?> bean)Sets bean enabled flag.
-