Package org.jdbi.v3.core.interceptor
Class JdbiInterceptionChainHolder.ChainInstance
java.lang.Object
org.jdbi.v3.core.interceptor.JdbiInterceptionChainHolder.ChainInstance
- All Implemented Interfaces:
JdbiInterceptionChain<T>
- Enclosing class:
- JdbiInterceptionChainHolder<S,
T>
final class JdbiInterceptionChainHolder.ChainInstance
extends Object
implements JdbiInterceptionChain<T>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnext()Called from anJdbiInterceptorto execute the next interceptor on the chain.
-
Field Details
-
iterator
-
source
-
-
Constructor Details
-
ChainInstance
ChainInstance(S source)
-
-
Method Details
-
next
Description copied from interface:JdbiInterceptionChainCalled from anJdbiInterceptorto execute the next interceptor on the chain.- Specified by:
nextin interfaceJdbiInterceptionChain<T>- Returns:
- The final transformation result.
-