Uses of Interface
org.bremersee.exception.RestApiExceptionParser
Packages that use RestApiExceptionParser
Package
Description
-
Uses of RestApiExceptionParser in org.bremersee.exception
Classes in org.bremersee.exception that implement RestApiExceptionParserModifier and TypeClassDescriptionclass
The default implementation of a http response parser that creates aRestApiException
.Constructors in org.bremersee.exception with parameters of type RestApiExceptionParserModifierConstructorDescriptionRestApiResponseErrorHandler
(RestApiExceptionParser restApiExceptionParser) Instantiates a new rest api response error handler. -
Uses of RestApiExceptionParser in org.bremersee.exception.feign
Constructors in org.bremersee.exception.feign with parameters of type RestApiExceptionParserModifierConstructorDescriptionInstantiates a new feign client exception error decoder. -
Uses of RestApiExceptionParser in org.bremersee.exception.spring.boot.autoconfigure.reactive
Methods in org.bremersee.exception.spring.boot.autoconfigure.reactive that return RestApiExceptionParserModifier and TypeMethodDescriptionRestApiExceptionParserForWebFluxAutoConfiguration.restApiExceptionParser
(org.springframework.beans.factory.ObjectProvider<org.springframework.http.converter.json.Jackson2ObjectMapperBuilder> objectMapperBuilderProvider) Creates rest api exception parser for reactive web application.Method parameters in org.bremersee.exception.spring.boot.autoconfigure.reactive with type arguments of type RestApiExceptionParserModifier 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
Methods in org.bremersee.exception.spring.boot.autoconfigure.servlet that return RestApiExceptionParserModifier 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.Method parameters in org.bremersee.exception.spring.boot.autoconfigure.servlet with type arguments of type RestApiExceptionParserModifier and TypeMethodDescriptionFeignClientExceptionErrorDecoderAutoConfiguration.feignClientExceptionErrorDecoder
(org.springframework.beans.factory.ObjectProvider<RestApiExceptionParser> parserProvider) Creates feign client exception error decoder bean.Constructor parameters in org.bremersee.exception.spring.boot.autoconfigure.servlet with type arguments of type RestApiExceptionParserModifierConstructorDescriptionRestTemplateErrorHandlerAutoConfiguration
(org.springframework.beans.factory.ObjectProvider<RestApiExceptionParser> restApiExceptionParser) Instantiates a new rest template error handler autoconfiguration. -
Uses of RestApiExceptionParser in org.bremersee.exception.webclient
Constructors in org.bremersee.exception.webclient with parameters of type RestApiExceptionParserModifierConstructorDescriptionInstantiates a new web client error decoder.