Class FeignAuthServiceErrorDecoder

java.lang.Object
ru.foodtechlab.lib.auth.integration.restapi.feign.authorization.FeignAuthServiceErrorDecoder
All Implemented Interfaces:
feign.codec.ErrorDecoder

public class FeignAuthServiceErrorDecoder extends Object implements feign.codec.ErrorDecoder
  • Constructor Details

    • FeignAuthServiceErrorDecoder

      public FeignAuthServiceErrorDecoder()
  • Method Details

    • decode

      public Exception decode(String s, feign.Response response)
      Specified by:
      decode in interface feign.codec.ErrorDecoder