Uses of Class
org.jboss.weld.bean.builtin.AbstractBuiltInBean
Packages that use AbstractBuiltInBean
Package
Description
-
Uses of AbstractBuiltInBean in org.jboss.weld.bean.builtin
Subclasses of AbstractBuiltInBean in org.jboss.weld.bean.builtinModifier and TypeClassDescriptionclassCommon 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 AbstractBuiltInBean in org.jboss.weld.bean.builtin.ee
Subclasses of AbstractBuiltInBean in org.jboss.weld.bean.builtin.ee -
Uses of AbstractBuiltInBean in org.jboss.weld.bootstrap
Methods in org.jboss.weld.bootstrap with parameters of type AbstractBuiltInBeanModifier and TypeMethodDescriptionvoidAbstractBeanDeployer.addBuiltInBean(AbstractBuiltInBean<?> bean) voidBeanDeployerEnvironment.addBuiltInBean(AbstractBuiltInBean<?> bean) -
Uses of AbstractBuiltInBean in org.jboss.weld.module
Methods in org.jboss.weld.module with parameters of type AbstractBuiltInBeanModifier and TypeMethodDescriptionvoidWeldModule.PreBeanRegistrationContext.registerBean(AbstractBuiltInBean<?> bean) Register an additional built-in bean with the given bean archive deployment.