Uses of Interface
org.bremersee.exception.RestApiExceptionMapper
Package
Description
-
Uses of RestApiExceptionMapper in org.bremersee.exception
Modifier and TypeClassDescriptionclass
The implementation of a rest api exception mapper for spring web.class
The implementation of a rest api exception mapper for spring web flux. -
Uses of RestApiExceptionMapper in org.bremersee.exception.servlet
ModifierConstructorDescriptionApiExceptionResolver
(List<String> apiPaths, RestApiExceptionMapper exceptionMapper) Instantiates a new api exception resolver.ApiExceptionResolver
(List<String> apiPaths, RestApiExceptionMapper exceptionMapper, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.fasterxml.jackson.dataformat.xml.XmlMapper xmlMapper) Instantiates a new api exception resolver.ApiExceptionResolver
(List<String> apiPaths, RestApiExceptionMapper exceptionMapper, org.springframework.http.converter.json.Jackson2ObjectMapperBuilder objectMapperBuilder) Instantiates a new api exception resolver. -
Uses of RestApiExceptionMapper in org.bremersee.exception.spring.boot.autoconfigure.reactive
Modifier and TypeMethodDescriptionRestApiExceptionMapperForWebFluxAutoConfiguration.restApiExceptionMapper()
Builds the rest api exception mapper bean.ModifierConstructorDescriptionApiExceptionHandler
(List<String> apiPaths, org.springframework.boot.web.reactive.error.ErrorAttributes errorAttributes, org.springframework.boot.autoconfigure.web.WebProperties.Resources resources, org.springframework.context.ApplicationContext applicationContext, org.springframework.http.codec.ServerCodecConfigurer serverCodecConfigurer, RestApiExceptionMapper restApiExceptionMapper) Instantiates a new api exception handler. -
Uses of RestApiExceptionMapper in org.bremersee.exception.spring.boot.autoconfigure.servlet
Modifier and TypeMethodDescriptionRestApiExceptionMapperForWebAutoConfiguration.restApiExceptionMapper()
Builds the rest api exception mapper bean.ModifierConstructorDescriptionApiExceptionResolverAutoConfiguration
(RestApiExceptionMapperBootProperties properties, org.springframework.beans.factory.ObjectProvider<RestApiExceptionMapper> apiExceptionMapper, org.springframework.beans.factory.ObjectProvider<org.springframework.http.converter.json.Jackson2ObjectMapperBuilder> objectMapperBuilder, org.springframework.beans.factory.ObjectProvider<HttpServletRequestIdProvider> restApiIdProvider) Instantiates a new api exception resolver autoconfiguration.