Package org.proxy4j.core.build
Interface InterceptorCreator<T>
-
- All Known Subinterfaces:
MethodBindingBuilder<T>
public interface InterceptorCreator<T>The final builder used internally by
InterceptorBuilderto build the proxy when the minimal required state has been reached.- Author:
- Brennan Spies
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tcreate()Creates the interceptor proxy using information accumulated in previous build steps.
-
-
-
Method Detail
-
create
T create() throws GenerationException
Creates the interceptor proxy using information accumulated in previous build steps.- Returns:
- The interceptor proxy
- Throws:
GenerationException- If an error occurs generating the proxy
-
-