Interface JdbiInterceptionChain<S,T>

Type Parameters:
S - A generic source type.
T - A generic destination type.

@Alpha public interface JdbiInterceptionChain<S,T>
An instance of an interception chain.
  • Method Summary

    Modifier and Type
    Method
    Description
    Called from an JdbiInterceptor to execute the next interceptor on the chain.
  • Method Details

    • next

      T next()
      Called from an JdbiInterceptor to execute the next interceptor on the chain.
      Returns:
      The final transformation result.