Class InterceptorsChain.Interception<T,​R,​P>

  • Enclosing class:
    InterceptorsChain<T,​R>

    public static final class InterceptorsChain.Interception<T,​R,​P>
    extends Object
    • Constructor Detail

      • Interception

        public Interception​(Interceptor<T,​R> interceptor,
                            P parameters)
    • Method Detail

      • getParameters

        public P getParameters()