T - bean classX - declared typepublic class ProcessInjectionPointImpl<T,X> extends EventBase implements javax.enterprise.inject.spi.ProcessInjectionPoint<T,X>, AfterObserver
InjectionPoint of every Java EE component class supporting injection,
including every ManagedBean, EJB session or message-driven bean, bean, interceptor or decorator.| Constructor and Description |
|---|
ProcessInjectionPointImpl(javax.enterprise.inject.spi.InjectionPoint injectionPoint) |
| Modifier and Type | Method and Description |
|---|---|
void |
addDefinitionError(Throwable t) |
void |
afterObserver() |
javax.enterprise.inject.spi.configurator.InjectionPointConfigurator |
configureInjectionPoint() |
javax.enterprise.inject.spi.InjectionPoint |
getInjectionPoint() |
void |
setInjectionPoint(javax.enterprise.inject.spi.InjectionPoint injectionPoint) |
checkState, setStartedpublic ProcessInjectionPointImpl(javax.enterprise.inject.spi.InjectionPoint injectionPoint)
public javax.enterprise.inject.spi.InjectionPoint getInjectionPoint()
public void setInjectionPoint(javax.enterprise.inject.spi.InjectionPoint injectionPoint)
public void addDefinitionError(Throwable t)
public javax.enterprise.inject.spi.configurator.InjectionPointConfigurator configureInjectionPoint()
public void afterObserver()
afterObserver in interface AfterObserverCopyright © 2008–2020 The Apache Software Foundation. All rights reserved.