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.
-
ClassDescriptionAn instance of an interception chain.An interception chain holder to manage transformation operations.JdbiInterceptor<S,
T> Generic interface to allow transformation operation interception.