public class InterceptionFactoryImpl<T> extends Object implements InterceptionFactory<T>
| Constructor and Description |
|---|
InterceptionFactoryImpl(WebBeansContext context,
AnnotatedType<T> at,
Set<Annotation> qualifiers,
CreationalContextImpl<T> cc) |
| Modifier and Type | Method and Description |
|---|---|
javax.enterprise.inject.spi.configurator.AnnotatedTypeConfigurator<T> |
configure() |
T |
createInterceptedInstance(T originalInstance) |
InterceptionFactory<T> |
ignoreFinalMethods() |
public InterceptionFactoryImpl(WebBeansContext context, AnnotatedType<T> at, Set<Annotation> qualifiers, CreationalContextImpl<T> cc)
public InterceptionFactory<T> ignoreFinalMethods()
ignoreFinalMethods in interface InterceptionFactory<T>public javax.enterprise.inject.spi.configurator.AnnotatedTypeConfigurator<T> configure()
configure in interface InterceptionFactory<T>public T createInterceptedInstance(T originalInstance)
createInterceptedInstance in interface InterceptionFactory<T>Copyright © 2008–2017 The Apache Software Foundation. All rights reserved.