Uses of Interface
org.bremersee.exception.RestApiExceptionParser
Package
Description
-
Uses of RestApiExceptionParser in org.bremersee.exception
Modifier and TypeClassDescriptionclass
The default implementation of a http response parser that creates aRestApiException
.ModifierConstructorDescriptionRestApiResponseErrorHandler
(RestApiExceptionParser restApiExceptionParser) Instantiates a new rest api response error handler. -
Uses of RestApiExceptionParser in org.bremersee.exception.feign
ModifierConstructorDescriptionInstantiates a new feign client exception error decoder. -
Uses of RestApiExceptionParser in org.bremersee.exception.spring.boot.autoconfigure.reactive
Modifier and TypeMethodDescriptionRestApiExceptionParserForWebFluxAutoConfiguration.restApiExceptionParser
(org.springframework.beans.factory.ObjectProvider<org.springframework.http.converter.json.Jackson2ObjectMapperBuilder> objectMapperBuilderProvider) Creates rest api exception parser for reactive web application.Modifier and TypeMethodDescriptionDefaultWebClientErrorDecoderAutoConfiguration.defaultWebClientErrorDecoder
(org.springframework.beans.factory.ObjectProvider<RestApiExceptionParser> restApiExceptionParser) Default web client error decoder default web client error decoder. -
Uses of RestApiExceptionParser in org.bremersee.exception.spring.boot.autoconfigure.servlet
Modifier and TypeMethodDescriptionRestApiExceptionParserForWebAutoConfiguration.restApiExceptionParser
(org.springframework.core.env.Environment environment, org.springframework.beans.factory.ObjectProvider<org.springframework.http.converter.json.Jackson2ObjectMapperBuilder> objectMapperBuilderProvider) Creates rest api exception parser for servlet based web application.Modifier and TypeMethodDescriptionFeignClientExceptionErrorDecoderAutoConfiguration.feignClientExceptionErrorDecoder
(org.springframework.beans.factory.ObjectProvider<RestApiExceptionParser> parserProvider) Creates feign client exception error decoder bean.ModifierConstructorDescriptionRestTemplateErrorHandlerAutoConfiguration
(org.springframework.beans.factory.ObjectProvider<RestApiExceptionParser> restApiExceptionParser) Instantiates a new rest template error handler autoconfiguration. -
Uses of RestApiExceptionParser in org.bremersee.exception.webclient
ModifierConstructorDescriptionInstantiates a new web client error decoder.