Package org.jboss.weld.bean.builtin
Class InjectionPointBean
java.lang.Object
org.jboss.weld.util.bean.ForwardingBeanAttributes<T>
org.jboss.weld.bean.CommonBean<T>
org.jboss.weld.bean.RIBean<T>
org.jboss.weld.bean.builtin.AbstractBuiltInBean<T>
org.jboss.weld.bean.builtin.AbstractDecorableBuiltInBean<T>
org.jboss.weld.bean.builtin.AbstractStaticallyDecorableBuiltInBean<jakarta.enterprise.inject.spi.InjectionPoint>
org.jboss.weld.bean.builtin.InjectionPointBean
- All Implemented Interfaces:
jakarta.enterprise.context.spi.Contextual<jakarta.enterprise.inject.spi.InjectionPoint>,jakarta.enterprise.inject.spi.Bean<jakarta.enterprise.inject.spi.InjectionPoint>,jakarta.enterprise.inject.spi.BeanAttributes<jakarta.enterprise.inject.spi.InjectionPoint>,jakarta.enterprise.inject.spi.PassivationCapable,DecorableBean<jakarta.enterprise.inject.spi.InjectionPoint>,WeldBean<jakarta.enterprise.inject.spi.InjectionPoint>
public class InjectionPointBean
extends AbstractStaticallyDecorableBuiltInBean<jakarta.enterprise.inject.spi.InjectionPoint>
Bean for InjectionPoint metadata
- Author:
- David Allen
-
Nested Class Summary
Nested classes/interfaces inherited from class org.jboss.weld.bean.builtin.AbstractBuiltInBean
AbstractBuiltInBean.BuiltInBeanAttributes<T> -
Field Summary
Fields inherited from class org.jboss.weld.bean.RIBean
beanManager -
Constructor Summary
ConstructorsConstructorDescriptionInjectionPointBean(BeanManagerImpl manager) Creates an InjectionPoint Web Bean for the injection of the containing bean owning the field, constructor or method for the annotated item -
Method Summary
Modifier and TypeMethodDescriptionprotected jakarta.enterprise.inject.spi.InjectionPointnewInstance(jakarta.enterprise.inject.spi.InjectionPoint ip, jakarta.enterprise.context.spi.CreationalContext<jakarta.enterprise.inject.spi.InjectionPoint> creationalContext) toString()Methods inherited from class org.jboss.weld.bean.builtin.AbstractStaticallyDecorableBuiltInBean
getDecorators, getProxyClass, initializeAfterBeanDiscoveryMethods inherited from class org.jboss.weld.bean.builtin.AbstractDecorableBuiltInBean
create, getBeanClass, getDecorators, getInjectionPointMethods inherited from class org.jboss.weld.bean.builtin.AbstractBuiltInBean
cleanupAfterBoot, getInjectionPoints, getType, internalInitialize, isDependentContextOptimizationAllowed, isPassivationCapableBean, isPassivationCapableDependency, isProxyable, isProxyRequired, preInitializeMethods inherited from class org.jboss.weld.bean.RIBean
destroy, getBeanManager, getContextualInstanceStrategy, getQualifierInstances, initialize, isDependent, isNormalScoped, setAttributesMethods inherited from class org.jboss.weld.bean.CommonBean
attributes, equals, getId, getIdentifier, hashCode, unwrapMethods inherited from class org.jboss.weld.util.bean.ForwardingBeanAttributes
getName, getQualifiers, getScope, getStereotypes, getTypes, isAlternativeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface jakarta.enterprise.inject.spi.Bean
getInjectionPointsMethods inherited from interface jakarta.enterprise.inject.spi.BeanAttributes
getName, getQualifiers, getScope, getStereotypes, getTypes, isAlternativeMethods inherited from interface jakarta.enterprise.context.spi.Contextual
destroyMethods inherited from interface jakarta.enterprise.inject.spi.PassivationCapable
getIdMethods inherited from interface org.jboss.weld.bean.WeldBean
getPriority
-
Constructor Details
-
InjectionPointBean
Creates an InjectionPoint Web Bean for the injection of the containing bean owning the field, constructor or method for the annotated item- Parameters:
manager- The RI manager implementation
-
-
Method Details
-
newInstance
protected jakarta.enterprise.inject.spi.InjectionPoint newInstance(jakarta.enterprise.inject.spi.InjectionPoint ip, jakarta.enterprise.context.spi.CreationalContext<jakarta.enterprise.inject.spi.InjectionPoint> creationalContext) - Specified by:
newInstancein classAbstractDecorableBuiltInBean<jakarta.enterprise.inject.spi.InjectionPoint>
-
toString
- Overrides:
toStringin classCommonBean<jakarta.enterprise.inject.spi.InjectionPoint>
-