Package org.jdbi.v3.core.interceptor
Interface JdbiInterceptionChain<T>
- Type Parameters:
T
- Type of the transformation result.
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.
-