| Interface | Description |
|---|---|
| InterceptorBindingBuilder<T> |
An intermediate builder used by
InterceptorBuilder to bind a set of
methods on the target type to the given interceptors. |
| InterceptorBuilder<T> |
The
InterceptorBuilder is the root builder for an interceptor proxy, otherwise
known as a "protection" proxy or "Around Advice" in AOP. |
| InterceptorCreator<T> |
The final builder used internally by
InterceptorBuilder
to build the proxy when the minimal required state has been reached. |
| MethodBinder<T> |
Binds a method to a chain of interceptors.
|
| MethodBindingBuilder<T> |
An intermediate builder used internally by
InterceptorBuilder
to bind methods to interceptors. |
Copyright © 2014. All rights reserved.