T
- public interface Instantiator<T>
DefaultInstantiator
or SubclassedComponentInstantiator
.Modifier and Type | Method and Description |
---|---|
Constructor<T> |
getConstructor()
Returns the constructor used for instantiation.
|
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) |
T newInstance(CreationalContext<T> ctx, BeanManagerImpl manager)
boolean hasInterceptorSupport()
boolean hasDecoratorSupport()
Constructor<T> getConstructor()
Copyright © 2015. All Rights Reserved.