T - the type of the interceptorpublic class CdiInterceptorFactory<T> extends java.lang.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(java.lang.Object obj) |
Interceptor<T> |
getInterceptor() |
int |
hashCode() |
java.lang.String |
toString() |
public CdiInterceptorFactory(Interceptor<T> interceptor)
public T create(CreationalContext<T> ctx, BeanManagerImpl manager)
InterceptorFactorycreate in interface InterceptorFactory<T>public Interceptor<T> getInterceptor()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2015. All Rights Reserved.