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 |
|---|---|
protected void |
checkInjectionPoint(InjectionPoint ip) |
java.util.Set<java.lang.annotation.Annotation> |
getQualifiers()
Obtains the qualifiers of the bean.
|
protected Bean<?> |
newInstance(InjectionPoint ip,
CreationalContext<Bean<?>> ctx) |
java.lang.String |
toString() |
create, destroy, getParentCreationalContextcleanupAfterBoot, getInjectionPoints, getType, initializeAfterBeanDiscovery, internalInitialize, isPassivationCapableBean, isPassivationCapableDependency, isProxyable, isProxyRequired, preInitializegetBeanClass, getBeanManager, getQualifierInstances, initialize, isDependent, isNormalScopedattributes, equals, getId, getIdentifier, hashCode, isNullable, setAttributes, 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 java.util.Set<java.lang.annotation.Annotation> getQualifiers()
BeanAttributesgetQualifiers in interface BeanAttributes<Bean<?>>getQualifiers in class ForwardingBeanAttributes<Bean<?>>public java.lang.String toString()
toString in class AbstractBuiltInMetadataBean<Bean<?>>Copyright © 2014. All Rights Reserved.