public class ConstructorInterceptionInstantiator<T> extends ForwardingInstantiator<T>
Instantiator
that takes care of AroundConstruct
interceptor invocation.Constructor and Description |
---|
ConstructorInterceptionInstantiator(Instantiator<T> delegate,
InterceptionModel model,
SlimAnnotatedType<?> type) |
Modifier and Type | Method and Description |
---|---|
T |
newInstance(CreationalContext<T> ctx,
BeanManagerImpl manager) |
String |
toString() |
delegate, getConstructor, hasDecoratorSupport, hasInterceptorSupport
public ConstructorInterceptionInstantiator(Instantiator<T> delegate, InterceptionModel model, SlimAnnotatedType<?> type)
public T newInstance(CreationalContext<T> ctx, BeanManagerImpl manager)
newInstance
in interface Instantiator<T>
newInstance
in class ForwardingInstantiator<T>
Copyright © 2015. All Rights Reserved.