public class ContextBean<T extends Context> extends AbstractBuiltInBean<T>
AbstractBuiltInBean.BuiltInBeanAttributes<T>beanManager| Constructor and Description |
|---|
ContextBean(ContextHolder<T> contextHolder,
BeanManagerImpl beanManager) |
| Modifier and Type | Method and Description |
|---|---|
T |
create(CreationalContext<T> creationalContext) |
Set<Annotation> |
getQualifiers() |
Set<Type> |
getTypes() |
static <T extends Context> |
of(ContextHolder<T> context,
BeanManagerImpl beanManager) |
cleanupAfterBoot, getInjectionPoints, getType, initializeAfterBeanDiscovery, internalInitialize, isDependentContextOptimizationAllowed, isPassivationCapableBean, isPassivationCapableDependency, isProxyable, isProxyRequired, preInitializedestroy, getBeanClass, getBeanManager, getContextualInstanceStrategy, getQualifierInstances, initialize, isDependent, isNormalScoped, setAttributesattributes, equals, getId, getIdentifier, hashCode, isNullable, toString, unwrapgetName, getScope, getStereotypes, isAlternativeclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetIdgetName, getScope, getStereotypes, isAlternativepublic ContextBean(ContextHolder<T> contextHolder, BeanManagerImpl beanManager)
public static <T extends Context> ContextBean<T> of(ContextHolder<T> context, BeanManagerImpl beanManager)
public Set<Type> getTypes()
getTypes in interface BeanAttributes<T extends Context>getTypes in class ForwardingBeanAttributes<T extends Context>public T create(CreationalContext<T> creationalContext)
public Set<Annotation> getQualifiers()
getQualifiers in interface BeanAttributes<T extends Context>getQualifiers in class ForwardingBeanAttributes<T extends Context>Copyright © 2016. All Rights Reserved.