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(javax.enterprise.inject.spi.InjectionPoint ip) |
Set<Annotation> |
getQualifiers() |
protected javax.enterprise.inject.spi.Bean<?> |
newInstance(javax.enterprise.inject.spi.InjectionPoint ip,
javax.enterprise.context.spi.CreationalContext<javax.enterprise.inject.spi.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
public InterceptedBeanMetadataBean(BeanManagerImpl beanManager)
protected InterceptedBeanMetadataBean(String idSuffix, BeanManagerImpl beanManager)
protected javax.enterprise.inject.spi.Bean<?> newInstance(javax.enterprise.inject.spi.InjectionPoint ip, javax.enterprise.context.spi.CreationalContext<javax.enterprise.inject.spi.Bean<?>> ctx)
newInstance
in class BeanMetadataBean
protected void checkInjectionPoint(javax.enterprise.inject.spi.InjectionPoint ip)
public Set<Annotation> getQualifiers()
getQualifiers
in interface javax.enterprise.inject.spi.BeanAttributes<javax.enterprise.inject.spi.Bean<?>>
getQualifiers
in class ForwardingBeanAttributes<javax.enterprise.inject.spi.Bean<?>>
public String toString()
toString
in class AbstractBuiltInMetadataBean<javax.enterprise.inject.spi.Bean<?>>
Copyright © 2013 Seam Framework. All Rights Reserved.