Uses of Interface
org.bremersee.exception.RestApiExceptionMapper
-
Packages that use RestApiExceptionMapper Package Description org.bremersee.exception org.bremersee.web.reactive org.bremersee.web.servlet -
-
Uses of RestApiExceptionMapper in org.bremersee.exception
Classes in org.bremersee.exception that implement RestApiExceptionMapper Modifier and Type Class Description class
RestApiExceptionMapperImpl
The default implementation of a rest api exception mapper.Methods in org.bremersee.exception that return RestApiExceptionMapper Modifier and Type Method Description RestApiExceptionMapper
RestApiExceptionMapperAutoConfiguration. restApiExceptionMapper()
Builds the rest api exception mapper bean. -
Uses of RestApiExceptionMapper in org.bremersee.web.reactive
Constructors in org.bremersee.web.reactive with parameters of type RestApiExceptionMapper Constructor Description ApiExceptionHandler(@NotNull org.springframework.boot.web.reactive.error.ErrorAttributes errorAttributes, org.springframework.boot.autoconfigure.web.WebProperties.Resources resources, @NotNull org.springframework.context.ApplicationContext applicationContext, org.springframework.http.codec.ServerCodecConfigurer serverCodecConfigurer, @NotNull RestApiExceptionMapper restApiExceptionMapper)
Instantiates a new api exception handler. -
Uses of RestApiExceptionMapper in org.bremersee.web.servlet
Constructors in org.bremersee.web.servlet with parameters of type RestApiExceptionMapper Constructor Description ApiExceptionResolver(RestApiExceptionMapper exceptionMapper)
Instantiates a new api exception resolver.ApiExceptionResolver(RestApiExceptionMapper exceptionMapper, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.fasterxml.jackson.dataformat.xml.XmlMapper xmlMapper)
Instantiates a new api exception resolver.ApiExceptionResolver(RestApiExceptionMapper exceptionMapper, org.springframework.http.converter.json.Jackson2ObjectMapperBuilder objectMapperBuilder)
Instantiates a new api exception resolver.Constructor parameters in org.bremersee.web.servlet with type arguments of type RestApiExceptionMapper Constructor Description ApiExceptionResolverAutoConfiguration(org.springframework.beans.factory.ObjectProvider<RestApiExceptionMapper> apiExceptionMapper, org.springframework.beans.factory.ObjectProvider<org.springframework.http.converter.json.Jackson2ObjectMapperBuilder> objectMapperBuilder)
Instantiates a new api exception resolver auto configuration.
-