T
- public class DefaultInstantiator<T> extends AbstractInstantiator<T>
Constructor and Description |
---|
DefaultInstantiator(EnhancedAnnotatedType<T> type,
Bean<T> bean,
BeanManagerImpl manager) |
Modifier and Type | Method and Description |
---|---|
Constructor<T> |
getConstructor()
Returns the constructor used for instantiation.
|
ConstructorInjectionPoint<T> |
getConstructorInjectionPoint() |
List<ParameterInjectionPoint<?,T>> |
getParameterInjectionPoints() |
boolean |
hasDecoratorSupport()
Indicates whether instances created by this Instantiator support decorators.
|
boolean |
hasInterceptorSupport()
Indicates whether instances created by this Instantiator support interception.
|
String |
toString() |
newInstance
public DefaultInstantiator(EnhancedAnnotatedType<T> type, Bean<T> bean, BeanManagerImpl manager)
public ConstructorInjectionPoint<T> getConstructorInjectionPoint()
getConstructorInjectionPoint
in class AbstractInstantiator<T>
public Constructor<T> getConstructor()
Instantiator
public List<ParameterInjectionPoint<?,T>> getParameterInjectionPoints()
public boolean hasInterceptorSupport()
Instantiator
public boolean hasDecoratorSupport()
Instantiator
Copyright © 2013 Seam Framework. All Rights Reserved.