T - the type of the interceptorpublic class CdiInterceptorFactory<T> extends Object implements InterceptorFactory<T>
BeanManagerImpl.
This factory is used for all Interceptor implementations.
| Constructor and Description |
|---|
CdiInterceptorFactory(Interceptor<T> interceptor) |
| Modifier and Type | Method and Description |
|---|---|
T |
create(CreationalContext<T> ctx,
BeanManagerImpl manager)
Create a new instance of the interceptor
|
boolean |
equals(Object obj) |
Interceptor<T> |
getInterceptor() |
int |
hashCode() |
String |
toString() |
public CdiInterceptorFactory(Interceptor<T> interceptor)
public T create(CreationalContext<T> ctx, BeanManagerImpl manager)
InterceptorFactorycreate in interface InterceptorFactory<T>public Interceptor<T> getInterceptor()
Copyright © 2015. All Rights Reserved.