T - the type of the proxy to be createdpublic interface InterceptionFactory<T>
| Modifier and Type | Method and Description |
|---|---|
AnnotatedTypeConfigurator<T> |
configure()
You can e.g.
|
T |
createInterceptedInstance(T originalInstance)
Wrapps the given originalInstance with a CDI proxy.
|
InterceptionFactory<T> |
ignoreFinalMethods()
Usually having a non-static final field with any modifier other than private leads to a
DeploymentException.
|
InterceptionFactory<T> ignoreFinalMethods()
AnnotatedTypeConfigurator<T> configure()
T createInterceptedInstance(T originalInstance)
originalInstance - Copyright © 2025. All rights reserved.