Class ApiKeyRequestInterceptor

java.lang.Object
io.swagger.configuration.ApiKeyRequestInterceptor
All Implemented Interfaces:
feign.RequestInterceptor

public class ApiKeyRequestInterceptor extends Object implements feign.RequestInterceptor
  • Constructor Details

    • ApiKeyRequestInterceptor

      public ApiKeyRequestInterceptor(String location, String name, String value)
  • Method Details

    • apply

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