Uses of Class
org.jboss.weld.bean.RIBean
Packages that use RIBean
Package
Description
-
Uses of RIBean in org.jboss.weld.bean
Subclasses of RIBean in org.jboss.weld.beanModifier and TypeClassDescriptionclassAbstractBean<T,S> An abstract bean representation common for all beansclassAn abstract bean representation common for class-based beansclassAbstractProducerBean<X,T, S extends Member> The implicit producer beanclassclassclassManagedBean<T>Represents a simple beanclassProducerField<X,T> Represents a producer fieldclassProducerMethod<X,T> Represents a producer method beanMethods in org.jboss.weld.bean with parameters of type RIBeanModifier and TypeMethodDescriptionstatic <T> TContextualInstance.get(RIBean<T> bean, BeanManagerImpl manager, jakarta.enterprise.context.spi.CreationalContext<?> ctx) static <T> TContextualInstance.getIfExists(RIBean<T> bean, BeanManagerImpl manager) -
Uses of RIBean in org.jboss.weld.bean.builtin
Subclasses of RIBean in org.jboss.weld.bean.builtinModifier and TypeClassDescriptionclassclassCommon superclass forBean,InterceptorandDecoratorbuiltin beans.classBuilt-in bean that can be decorated by aDecoratorclassThe built-in bean for facade objects.classA decorated built-in bean for which, unlikeAbstractFacadeBean, decorators only need to be resolved once.classclassclassAllows a bean to obtain information about itself.classContextBean<T extends jakarta.enterprise.context.spi.Context>classclassAllows a decorator to obtain information about the bean it decorates.classAllows a decorator to obtain information about itself.classclassBuilt-in bean for event metadata.classExtensionBean<E extends jakarta.enterprise.inject.spi.Extension>classBean for InjectionPoint metadataclassclassAllows an interceptor to obtain information about the bean it intercepts.classclassAllows an interceptor to obtain information about itself.class -
Uses of RIBean in org.jboss.weld.bean.builtin.ee
Subclasses of RIBean in org.jboss.weld.bean.builtin.eeModifier and TypeClassDescriptionclassclassclassclassA resource producer field that is static (not injected). -
Uses of RIBean in org.jboss.weld.bootstrap
Methods in org.jboss.weld.bootstrap that return types with arguments of type RIBeanMethods in org.jboss.weld.bootstrap with parameters of type RIBeanModifier and TypeMethodDescriptionprotected <T,X> void ExtensionBeanDeployer.createObserverMethod(RIBean<X> declaringBean, BeanManagerImpl beanManager, EnhancedAnnotatedMethod<T, ? super X> method, Set<ObserverInitializationContext<?, ?>> observerMethodInitializers, boolean isAsync) protected <X> voidExtensionBeanDeployer.createObserverMethods(RIBean<X> declaringBean, BeanManagerImpl beanManager, EnhancedAnnotatedType<? super X> annotatedClass, Set<ObserverInitializationContext<?, ?>> observerMethodInitializers) -
Uses of RIBean in org.jboss.weld.event
Fields in org.jboss.weld.event declared as RIBeanMethods in org.jboss.weld.event that return RIBeanMethods in org.jboss.weld.event with parameters of type RIBeanModifier and TypeMethodDescriptionstatic <T,X> ObserverMethodImpl<T, X> ObserverFactory.create(EnhancedAnnotatedMethod<T, ? super X> method, RIBean<X> declaringBean, BeanManagerImpl manager, boolean isAsync) Creates an observerprotected StringObserverMethodImpl.createId(EnhancedAnnotatedMethod<?, ?> observer, RIBean<?> declaringBean) protected StringExtensionObserverMethodImpl.createTypeId(RIBean<?> declaringBean) protected StringObserverMethodImpl.createTypeId(RIBean<?> declaringBean) protected MethodInjectionPoint<T,? super X> ExtensionObserverMethodImpl.initMethodInjectionPoint(EnhancedAnnotatedMethod<T, ? super X> observer, RIBean<X> declaringBean, BeanManagerImpl manager) protected MethodInjectionPoint<T,? super X> ObserverMethodImpl.initMethodInjectionPoint(EnhancedAnnotatedMethod<T, ? super X> observer, RIBean<X> declaringBean, BeanManagerImpl manager) Constructors in org.jboss.weld.event with parameters of type RIBeanModifierConstructorDescriptionprotectedExtensionObserverMethodImpl(EnhancedAnnotatedMethod<T, ? super X> observer, RIBean<X> declaringBean, BeanManagerImpl manager, boolean isAsync) protectedObserverMethodImpl(EnhancedAnnotatedMethod<T, ? super X> observer, RIBean<X> declaringBean, BeanManagerImpl manager, boolean isAsync) Creates an Observer which describes and encapsulates an observer method (8.5).