Package org.proxy4j.core.build
-
Interface Summary Interface Description InterceptorBindingBuilder<T> An intermediate builder used byInterceptorBuilderto bind a set of methods on the target type to the given interceptors.InterceptorBuilder<T> TheInterceptorBuilderis 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 byInterceptorBuilderto 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 byInterceptorBuilderto bind methods to interceptors.