Class NoOpRequestInterceptor

  • All Implemented Interfaces:
    feign.RequestInterceptor

    public class NoOpRequestInterceptor
    extends java.lang.Object
    implements feign.RequestInterceptor
    Since:
    0.0.1
    Author:
    韩超
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void apply​(feign.RequestTemplate template)  
      • Methods inherited from class java.lang.Object

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

      • apply

        public void apply​(feign.RequestTemplate template)
        Specified by:
        apply in interface feign.RequestInterceptor