public class InterceptedBeanMetadataBean extends BeanMetadataBean
CDI-92
AbstractBuiltInBean.BuiltInBeanAttributes<T>
beanManager
BEAN_ID_PREFIX, BEAN_ID_SEPARATOR
Modifier | Constructor and Description |
---|---|
|
InterceptedBeanMetadataBean(BeanManagerImpl beanManager) |
protected |
InterceptedBeanMetadataBean(String idSuffix,
BeanManagerImpl beanManager) |
Modifier and Type | Method and Description |
---|---|
protected void |
checkInjectionPoint(InjectionPoint ip) |
Set<Annotation> |
getQualifiers()
Obtains the qualifiers of the bean.
|
protected Bean<?> |
newInstance(InjectionPoint ip,
CreationalContext<Bean<?>> ctx) |
String |
toString() |
create, destroy, getParentCreationalContext
cleanupAfterBoot, getInjectionPoints, getType, initializeAfterBeanDiscovery, internalInitialize, isPassivationCapableBean, isPassivationCapableDependency, isProxyable, isProxyRequired, preInitialize
getBeanClass, getBeanManager, getQualifierInstances, initialize, isDependent
attributes, equals, getId, hashCode, isNullable, setAttributes, unwrap
getName, getScope, getStereotypes, getTypes, isAlternative
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getId
getName, getScope, getStereotypes, getTypes, isAlternative
public InterceptedBeanMetadataBean(BeanManagerImpl beanManager)
protected InterceptedBeanMetadataBean(String idSuffix, BeanManagerImpl beanManager)
protected Bean<?> newInstance(InjectionPoint ip, CreationalContext<Bean<?>> ctx)
newInstance
in class BeanMetadataBean
protected void checkInjectionPoint(InjectionPoint ip)
public Set<Annotation> getQualifiers()
BeanAttributes
getQualifiers
in interface BeanAttributes<Bean<?>>
getQualifiers
in class ForwardingBeanAttributes<Bean<?>>
public String toString()
toString
in class AbstractBuiltInMetadataBean<Bean<?>>
Copyright © 2013 Seam Framework. All Rights Reserved.