Package org.jdbi.v3.core.interceptor
Interface JdbiInterceptionChain<S,T>
- Type Parameters:
S
- A generic source type.T
- A generic destination type.
An instance of an interception chain.
-
Method Summary
Modifier and TypeMethodDescriptionnext()
Called from anJdbiInterceptor
to execute the next interceptor on the chain.
-
Method Details
-
next
T next()Called from anJdbiInterceptor
to execute the next interceptor on the chain.- Returns:
- The final transformation result.
-