Package org.jdbi.v3.core.interceptor


package org.jdbi.v3.core.interceptor

Generic interception chain for transformation operations. A JdbiInterceptor can process or pass on a value through a JdbiInterceptionChain.

  • Class
    Description
    An instance of an interception chain.
    An interception chain holder to manage transformation operations.
    Generic interface to allow transformation operation interception.