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() |
newInstancepublic DefaultInstantiator(EnhancedAnnotatedType<T> type, Bean<T> bean, BeanManagerImpl manager)
public ConstructorInjectionPoint<T> getConstructorInjectionPoint()
getConstructorInjectionPoint in class AbstractInstantiator<T>public Constructor<T> getConstructor()
Instantiatorpublic List<ParameterInjectionPoint<?,T>> getParameterInjectionPoints()
public boolean hasInterceptorSupport()
Instantiatorpublic boolean hasDecoratorSupport()
InstantiatorCopyright © 2016. All Rights Reserved.