Interface JdbiInterceptionChain<T>

    • Method Detail

      • next

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