public class InjectionPointBean extends AbstractStaticallyDecorableBuiltInBean<javax.enterprise.inject.spi.InjectionPoint>
AbstractBuiltInBean.BuiltInBeanAttributes<T>
beanManager
Constructor and Description |
---|
InjectionPointBean(BeanManagerImpl manager)
Creates an InjectionPoint Web Bean for the injection of the containing bean owning
the field, constructor or method for the annotated item
|
Modifier and Type | Method and Description |
---|---|
protected javax.enterprise.inject.spi.InjectionPoint |
newInstance(javax.enterprise.inject.spi.InjectionPoint ip,
javax.enterprise.context.spi.CreationalContext<javax.enterprise.inject.spi.InjectionPoint> creationalContext) |
String |
toString() |
getDecorators, getProxyClass, initializeAfterBeanDiscovery
create, getBeanClass, getDecorators, getInjectionPoint
cleanupAfterBoot, getInjectionPoints, getType, internalInitialize, isDependentContextOptimizationAllowed, isPassivationCapableBean, isPassivationCapableDependency, isProxyable, isProxyRequired, preInitialize
destroy, getBeanManager, getContextualInstanceStrategy, getQualifierInstances, initialize, isDependent, isNormalScoped, setAttributes
attributes, equals, getId, getIdentifier, hashCode, isNullable, unwrap
getName, getQualifiers, getScope, getStereotypes, getTypes, isAlternative
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public InjectionPointBean(BeanManagerImpl manager)
manager
- The RI manager implementationprotected javax.enterprise.inject.spi.InjectionPoint newInstance(javax.enterprise.inject.spi.InjectionPoint ip, javax.enterprise.context.spi.CreationalContext<javax.enterprise.inject.spi.InjectionPoint> creationalContext)
newInstance
in class AbstractDecorableBuiltInBean<javax.enterprise.inject.spi.InjectionPoint>
public String toString()
toString
in class CommonBean<javax.enterprise.inject.spi.InjectionPoint>
Copyright © 2022. All rights reserved.