public class InstanceBean extends AbstractFacadeBean<Instance<?>>
AbstractBuiltInBean.BuiltInBeanAttributes<T>beanManager| Constructor and Description |
|---|
InstanceBean(BeanManagerImpl manager) |
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getBeanClass()
The bean class of the managed bean or session bean or of the bean that declares the producer method or
field.
|
protected Type |
getDefaultType() |
Set<Type> |
getTypes()
Obtains the bean types of the bean.
|
boolean |
isDependentContextOptimizationAllowed() |
protected Instance<?> |
newInstance(InjectionPoint injectionPoint,
CreationalContext<Instance<?>> creationalContext) |
String |
toString() |
destroy, getDecorators, getInjectionPoint, getProxyClass, initializeAfterBeanDiscoverycreate, getDecoratorscleanupAfterBoot, getInjectionPoints, getType, internalInitialize, isPassivationCapableBean, isPassivationCapableDependency, isProxyable, isProxyRequired, preInitializegetBeanManager, getContextualInstanceStrategy, getQualifierInstances, initialize, isDependent, isNormalScoped, setAttributesattributes, equals, getId, getIdentifier, hashCode, isNullable, unwrapgetName, getQualifiers, getScope, getStereotypes, isAlternativeclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetInjectionPoints, isNullablegetName, getQualifiers, getScope, getStereotypes, isAlternativegetIdpublic InstanceBean(BeanManagerImpl manager)
public Class<?> getBeanClass()
BeangetBeanClass in interface Bean<Instance<?>>getBeanClass in class AbstractDecorableBuiltInBean<Instance<?>>public Set<Type> getTypes()
BeanAttributesgetTypes in interface BeanAttributes<Instance<?>>getTypes in class ForwardingBeanAttributes<Instance<?>>protected Instance<?> newInstance(InjectionPoint injectionPoint, CreationalContext<Instance<?>> creationalContext)
newInstance in class AbstractDecorableBuiltInBean<Instance<?>>public String toString()
toString in class CommonBean<Instance<?>>protected Type getDefaultType()
getDefaultType in class AbstractFacadeBean<Instance<?>>public boolean isDependentContextOptimizationAllowed()
isDependentContextOptimizationAllowed in class AbstractBuiltInBean<Instance<?>>Copyright © 2016. All Rights Reserved.