Class AuthorizationErrorDecoder
- java.lang.Object
-
- ru.foodtechlab.lib.auth.integration.restapi.feign.commons.AuthorizationErrorDecoder
-
- All Implemented Interfaces:
feign.codec.ErrorDecoder
public class AuthorizationErrorDecoder extends Object implements feign.codec.ErrorDecoder
-
-
Field Summary
Fields Modifier and Type Field Description protected ru.foodtechlab.lib.auth.integration.core.AccessTokenServiceaccessTokenServiceprotected com.fasterxml.jackson.databind.ObjectMappermapperprotected List<String>reasonsForRetry
-
Constructor Summary
Constructors Constructor Description AuthorizationErrorDecoder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Exceptiondecode(io.foodtechlab.exceptionhandler.core.ErrorApiResponse<io.foodtechlab.exceptionhandler.core.Error> errorApiResponse)Exceptiondecode(String s, feign.Response response)
-