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(javax.enterprise.inject.spi.Interceptor<T> interceptor) |
Modifier and Type | Method and Description |
---|---|
T |
create(javax.enterprise.context.spi.CreationalContext<T> ctx,
BeanManagerImpl manager)
Create a new instance of the interceptor
|
boolean |
equals(Object obj) |
javax.enterprise.inject.spi.Interceptor<T> |
getInterceptor() |
int |
hashCode() |
String |
toString() |
public CdiInterceptorFactory(javax.enterprise.inject.spi.Interceptor<T> interceptor)
public T create(javax.enterprise.context.spi.CreationalContext<T> ctx, BeanManagerImpl manager)
InterceptorFactory
create
in interface InterceptorFactory<T>
public javax.enterprise.inject.spi.Interceptor<T> getInterceptor()
Copyright © 2016. All rights reserved.