Package org.jboss.weld.bean.builtin
Class BeanManagerImplBean
- 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<BeanManagerImpl>
-
- org.jboss.weld.bean.builtin.BeanManagerImplBean
-
- All Implemented Interfaces:
jakarta.enterprise.context.spi.Contextual<BeanManagerImpl>,jakarta.enterprise.inject.spi.Bean<BeanManagerImpl>,jakarta.enterprise.inject.spi.BeanAttributes<BeanManagerImpl>,jakarta.enterprise.inject.spi.PassivationCapable,WeldBean<BeanManagerImpl>
public class BeanManagerImplBean extends AbstractBuiltInBean<BeanManagerImpl>
-
-
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 Constructor Description BeanManagerImplBean(BeanManagerImpl manager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BeanManagerImplcreate(jakarta.enterprise.context.spi.CreationalContext<BeanManagerImpl> creationalContext)Class<BeanManagerImpl>getType()Set<Type>getTypes()StringtoString()-
Methods inherited from class org.jboss.weld.bean.builtin.AbstractBuiltInBean
cleanupAfterBoot, getInjectionPoints, initializeAfterBeanDiscovery, internalInitialize, isDependentContextOptimizationAllowed, isPassivationCapableBean, isPassivationCapableDependency, isProxyable, isProxyRequired, preInitialize
-
Methods inherited from class org.jboss.weld.bean.RIBean
destroy, getBeanClass, getBeanManager, getContextualInstanceStrategy, getQualifierInstances, initialize, isDependent, isNormalScoped, setAttributes
-
Methods inherited from class org.jboss.weld.bean.CommonBean
attributes, equals, getId, getIdentifier, hashCode, unwrap
-
Methods inherited from class org.jboss.weld.util.bean.ForwardingBeanAttributes
getName, getQualifiers, getScope, getStereotypes, isAlternative
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface jakarta.enterprise.inject.spi.BeanAttributes
getName, getQualifiers, getScope, getStereotypes, isAlternative
-
Methods inherited from interface org.jboss.weld.bean.WeldBean
getPriority
-
-
-
-
Constructor Detail
-
BeanManagerImplBean
public BeanManagerImplBean(BeanManagerImpl manager)
-
-
Method Detail
-
create
public BeanManagerImpl create(jakarta.enterprise.context.spi.CreationalContext<BeanManagerImpl> creationalContext)
-
getType
public Class<BeanManagerImpl> getType()
- Overrides:
getTypein classAbstractBuiltInBean<BeanManagerImpl>
-
getTypes
public Set<Type> getTypes()
- Specified by:
getTypesin interfacejakarta.enterprise.inject.spi.BeanAttributes<BeanManagerImpl>- Overrides:
getTypesin classForwardingBeanAttributes<BeanManagerImpl>
-
toString
public String toString()
- Overrides:
toStringin classCommonBean<BeanManagerImpl>
-
-