@Vetoed
| Interface | Description |
|---|---|
| InterceptorInvocation |
Represents an invocation of interceptor's methods on an interceptor instance.
|
| InterceptorMethodInvocation | |
| LifecycleMixin |
| Class | Description |
|---|---|
| CustomInterceptorInvocation<T> | |
| InterceptionContext |
Holds interceptor metadata and interceptor instances throughout the lifecycle of the intercepted instance.
|
| InterceptorMethodHandler | |
| SimpleInvocationContext |
Simple
InvocationContext implementation whose SimpleInvocationContext.proceed() invokes the target method directly without calling any interceptors. |
| WeldInvocationContextImpl |
Weld's
InvocationContext implementation. |
| Exception | Description |
|---|---|
| InterceptorException |
Copyright © 2017. All rights reserved.