Interface InterceptorCreator<T>

  • All Known Subinterfaces:
    MethodBindingBuilder<T>

    public interface InterceptorCreator<T>

    The final builder used internally by InterceptorBuilder to build the proxy when the minimal required state has been reached.

    Author:
    Brennan Spies
    • 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