@Module public class XmlBean<X> extends BeanWrapper<X> implements ScopeAdapterBean<X>
| Constructor and Description |
|---|
XmlBean(ManagedBeanImpl<X> bean,
XmlInjectionTarget<X> injectionTarget) |
| Modifier and Type | Method and Description |
|---|---|
X |
create(<any> env) |
void |
dispose(X instance)
Call destroy
|
Annotated |
getAnnotated() |
<any> |
getAnnotatedType() |
ManagedBeanImpl<X> |
getBean() |
java.util.Set<InjectionPoint> |
getInjectionPoints()
Returns the injection points.
|
<any> |
getInjectionTarget() |
X |
getScopeAdapter(<any> topBean,
CreationalContextImpl<X> context) |
void |
inject(X instance,
<any> env) |
void |
postConstruct(X instance) |
void |
preDestroy(X instance)
Call destroy
|
X |
produce(<any> context) |
destroygetBeanClass, getName, getQualifiers, getScope, getStereotypes, getTypes, isAlternative, isNullablecalculatePassivationId, createObject, getBeanManager, getId, getJavaClass, introspect, isPassivationCapable, toDisplayString, toDisplayStringImpl, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetScopeAdapterpublic XmlBean(ManagedBeanImpl<X> bean, XmlInjectionTarget<X> injectionTarget)
public ManagedBeanImpl<X> getBean()
getBean in class BeanAdapter<X,X>public Annotated getAnnotated()
getAnnotated in interface AnnotatedBeangetAnnotated in class BeanAdapter<X,X>public <any> getAnnotatedType()
getAnnotatedType in class AbstractBean<X>public <any> getInjectionTarget()
getInjectionTarget in class AbstractBean<X>public X getScopeAdapter(<any> topBean, CreationalContextImpl<X> context)
public X create(<any> env)
create in class BeanWrapper<X>public X produce(<any> context)
public void inject(X instance, <any> env)
public void postConstruct(X instance)
public void preDestroy(X instance)
public void dispose(X instance)
public java.util.Set<InjectionPoint> getInjectionPoints()
getInjectionPoints in class BeanAdapter<X,X>