Class JdbiInterceptionChainHolder.ChainInstance

    • Constructor Summary

      Constructors 
      Constructor Description
      ChainInstance​(S source)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      T next()
      Called from an JdbiInterceptor to execute the next interceptor on the chain.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • source

        private final S source
    • Constructor Detail

      • ChainInstance

        ChainInstance​(S source)