public class InterceptedBeanMetadataBean extends BeanMetadataBean
CDI-92AbstractBuiltInBean.BuiltInBeanAttributes<T>beanManager| Modifier | Constructor and Description |
|---|---|
protected |
InterceptedBeanMetadataBean(BeanIdentifier identifier,
BeanManagerImpl beanManager) |
|
InterceptedBeanMetadataBean(BeanManagerImpl beanManager) |
| Modifier and Type | Method and Description |
|---|---|
Set<Annotation> |
getQualifiers()
Obtains the qualifiers of the bean.
|
protected void |
checkInjectionPoint(InjectionPoint ip) |
protected Bean<?> |
newInstance(InjectionPoint ip,
CreationalContext<Bean<?>> ctx) |
String |
toString() |
create, getParentCreationalContextcleanupAfterBoot, getInjectionPoints, getType, initializeAfterBeanDiscovery, internalInitialize, isDependentContextOptimizationAllowed, isPassivationCapableBean, isPassivationCapableDependency, isProxyable, isProxyRequired, preInitializedestroy, getBeanClass, getBeanManager, getContextualInstanceStrategy, getQualifierInstances, initialize, isDependent, isNormalScoped, setAttributesattributes, equals, getId, getIdentifier, hashCode, isNullable, unwrapgetName, getScope, getStereotypes, getTypes, isAlternativeclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetIdgetName, getScope, getStereotypes, getTypes, isAlternativepublic InterceptedBeanMetadataBean(BeanManagerImpl beanManager)
protected InterceptedBeanMetadataBean(BeanIdentifier identifier, BeanManagerImpl beanManager)
protected Bean<?> newInstance(InjectionPoint ip, CreationalContext<Bean<?>> ctx)
newInstance in class BeanMetadataBeanprotected void checkInjectionPoint(InjectionPoint ip)
public Set<Annotation> getQualifiers()
BeanAttributesgetQualifiers in interface BeanAttributes<Bean<?>>getQualifiers in class ForwardingBeanAttributes<Bean<?>>public String toString()
toString in class AbstractBuiltInMetadataBean<Bean<?>>Copyright © 2015. All Rights Reserved.