Package org.proxy4j.core.build
Interface MethodBindingBuilder<T>
-
- All Superinterfaces:
InterceptorCreator<T>,MethodBinder<T>
public interface MethodBindingBuilder<T> extends MethodBinder<T>, InterceptorCreator<T>
An intermediate builder used internally by
InterceptorBuilderto bind methods to interceptors. Clients should generally not refer to this class directly but instead use the fluent API documentedhere.- Author:
- Brennan Spies
-
-
Method Summary
-
Methods inherited from interface org.proxy4j.core.build.InterceptorCreator
create
-
Methods inherited from interface org.proxy4j.core.build.MethodBinder
using
-
-