Uses of Interface
org.bremersee.exception.RestApiExceptionParser
-
Packages that use RestApiExceptionParser Package Description org.bremersee.exception org.bremersee.exception.feign org.bremersee.web.reactive.function.client -
-
Uses of RestApiExceptionParser in org.bremersee.exception
Classes in org.bremersee.exception that implement RestApiExceptionParser Modifier and Type Class Description class
RestApiExceptionParserImpl
The default implementation of a http response parser that creates aRestApiException
.Methods in org.bremersee.exception that return RestApiExceptionParser Modifier and Type Method Description RestApiExceptionParser
RestApiExceptionParserAutoConfiguration. restApiExceptionParser(org.springframework.beans.factory.ObjectProvider<org.springframework.http.converter.json.Jackson2ObjectMapperBuilder> objectMapperBuilderProvider)
Rest api exception parser rest api exception parser. -
Uses of RestApiExceptionParser in org.bremersee.exception.feign
Constructors in org.bremersee.exception.feign with parameters of type RestApiExceptionParser Constructor Description FeignClientExceptionErrorDecoder(RestApiExceptionParser parser)
Instantiates a new Feign client exception error decoder. -
Uses of RestApiExceptionParser in org.bremersee.web.reactive.function.client
Constructors in org.bremersee.web.reactive.function.client with parameters of type RestApiExceptionParser Constructor Description DefaultWebClientErrorDecoder(RestApiExceptionParser parser)
Instantiates a new web client error decoder.
-