public class InterceptedBeanMetadataBean extends BeanMetadataBean
CDI-92
AbstractBuiltInBean.BuiltInBeanAttributes<T>
beanManager
Modifier | Constructor and Description |
---|---|
protected |
InterceptedBeanMetadataBean(org.jboss.weld.serialization.spi.BeanIdentifier identifier,
BeanManagerImpl beanManager) |
|
InterceptedBeanMetadataBean(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, isNormalScoped
attributes, equals, getId, getIdentifier, hashCode, isNullable, setAttributes, unwrap
getName, getScope, getStereotypes, getTypes, isAlternative
public InterceptedBeanMetadataBean(BeanManagerImpl beanManager)
protected InterceptedBeanMetadataBean(org.jboss.weld.serialization.spi.BeanIdentifier identifier, 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 © 2016. All rights reserved.