Package org.jboss.weld.bootstrap.events
Class ProcessBeanInjectionTarget<X>
java.lang.Object
org.jboss.weld.bootstrap.events.ContainerEvent
org.jboss.weld.bootstrap.events.AbstractContainerEvent
org.jboss.weld.bootstrap.events.AbstractDefinitionContainerEvent
org.jboss.weld.bootstrap.events.AbstractProcessInjectionTarget<X>
org.jboss.weld.bootstrap.events.ProcessBeanInjectionTarget<X>
- All Implemented Interfaces:
jakarta.enterprise.inject.spi.ProcessInjectionTarget<X>,NotificationListener
public class ProcessBeanInjectionTarget<X>
extends AbstractProcessInjectionTarget<X>
implements jakarta.enterprise.inject.spi.ProcessInjectionTarget<X>
-
Field Summary
Fields inherited from class org.jboss.weld.bootstrap.events.AbstractProcessInjectionTarget
annotatedType -
Constructor Summary
ConstructorsConstructorDescriptionProcessBeanInjectionTarget(BeanManagerImpl beanManager, AbstractClassBean<X> bean) -
Method Summary
Modifier and TypeMethodDescriptionjakarta.enterprise.inject.spi.InjectionTarget<X>voidsetInjectionTarget(jakarta.enterprise.inject.spi.InjectionTarget<X> injectionTarget) Methods inherited from class org.jboss.weld.bootstrap.events.AbstractProcessInjectionTarget
fire, fire, getAnnotatedType, getDefinitionErrorsMethods inherited from class org.jboss.weld.bootstrap.events.AbstractDefinitionContainerEvent
addDefinitionError, fireMethods inherited from class org.jboss.weld.bootstrap.events.AbstractContainerEvent
getActualTypeArguments, getBeanManager, getErrors, getEventType, getRawTypeMethods inherited from class org.jboss.weld.bootstrap.events.ContainerEvent
checkWithinObserverNotification, getReceiver, postNotify, preNotifyMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface jakarta.enterprise.inject.spi.ProcessInjectionTarget
addDefinitionError, getAnnotatedType
-
Constructor Details
-
ProcessBeanInjectionTarget
-
-
Method Details