Package org.jboss.weld.bean.builtin
Class BeanManagerBean
java.lang.Object
org.jboss.weld.util.bean.ForwardingBeanAttributes<T>
org.jboss.weld.bean.CommonBean<T>
org.jboss.weld.bean.RIBean<T>
org.jboss.weld.bean.builtin.AbstractBuiltInBean<BeanManagerProxy>
org.jboss.weld.bean.builtin.BeanManagerBean
- All Implemented Interfaces:
jakarta.enterprise.context.spi.Contextual<BeanManagerProxy>,jakarta.enterprise.inject.spi.Bean<BeanManagerProxy>,jakarta.enterprise.inject.spi.BeanAttributes<BeanManagerProxy>,jakarta.enterprise.inject.spi.PassivationCapable,WeldBean<BeanManagerProxy>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.jboss.weld.bean.builtin.AbstractBuiltInBean
AbstractBuiltInBean.BuiltInBeanAttributes<T> -
Field Summary
Fields inherited from class org.jboss.weld.bean.RIBean
beanManager -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(jakarta.enterprise.context.spi.CreationalContext<BeanManagerProxy> creationalContext) getType()getTypes()toString()Methods inherited from class org.jboss.weld.bean.builtin.AbstractBuiltInBean
cleanupAfterBoot, getInjectionPoints, initializeAfterBeanDiscovery, internalInitialize, isDependentContextOptimizationAllowed, isPassivationCapableBean, isPassivationCapableDependency, isProxyable, isProxyRequired, preInitializeMethods inherited from class org.jboss.weld.bean.RIBean
destroy, getBeanClass, getBeanManager, getContextualInstanceStrategy, getQualifierInstances, initialize, isDependent, isNormalScoped, setAttributesMethods inherited from class org.jboss.weld.bean.CommonBean
attributes, equals, getId, getIdentifier, hashCode, unwrapMethods inherited from class org.jboss.weld.util.bean.ForwardingBeanAttributes
getName, getQualifiers, getScope, getStereotypes, isAlternativeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface jakarta.enterprise.inject.spi.BeanAttributes
getName, getQualifiers, getScope, getStereotypes, isAlternativeMethods inherited from interface jakarta.enterprise.inject.spi.PassivationCapable
getIdMethods inherited from interface org.jboss.weld.bean.WeldBean
getPriority
-
Constructor Details
-
BeanManagerBean
-
-
Method Details
-
create
public BeanManagerProxy create(jakarta.enterprise.context.spi.CreationalContext<BeanManagerProxy> creationalContext) -
getType
- Overrides:
getTypein classAbstractBuiltInBean<BeanManagerProxy>
-
getTypes
- Specified by:
getTypesin interfacejakarta.enterprise.inject.spi.BeanAttributes<BeanManagerProxy>- Overrides:
getTypesin classForwardingBeanAttributes<BeanManagerProxy>
-
toString
- Overrides:
toStringin classCommonBean<BeanManagerProxy>
-