T - public class DefaultInstantiator<T> extends Object implements Instantiator<T>
| Constructor and Description |
|---|
DefaultInstantiator(EnhancedAnnotatedType<T> type,
Bean<T> bean,
BeanManagerImpl manager) |
| Modifier and Type | Method and Description |
|---|---|
ConstructorInjectionPoint<T> |
getConstructor() |
boolean |
hasDecoratorSupport()
Indicates whether instances created by this Instantiator support decorators.
|
boolean |
hasInterceptorSupport()
Indicates whether instances created by this Instantiator support interception.
|
T |
newInstance(CreationalContext<T> ctx,
BeanManagerImpl manager) |
String |
toString() |
public DefaultInstantiator(EnhancedAnnotatedType<T> type, Bean<T> bean, BeanManagerImpl manager)
public T newInstance(CreationalContext<T> ctx, BeanManagerImpl manager)
newInstance in interface Instantiator<T>public ConstructorInjectionPoint<T> getConstructor()
public boolean hasInterceptorSupport()
InstantiatorhasInterceptorSupport in interface Instantiator<T>public boolean hasDecoratorSupport()
InstantiatorhasDecoratorSupport in interface Instantiator<T>Copyright © 2012 Seam Framework. All Rights Reserved.