Uses of Class
org.bremersee.exception.spring.boot.autoconfigure.RestApiExceptionMapperBootProperties
Package
Description
-
Uses of RestApiExceptionMapperBootProperties in org.bremersee.exception.spring.boot.autoconfigure.reactive
ModifierConstructorDescriptionInstantiates a new api exception handler autoconfiguration.RestApiExceptionMapperForWebFluxAutoConfiguration
(String applicationName, RestApiExceptionMapperBootProperties properties) Instantiates a new rest api exception mapper autoconfiguration. -
Uses of RestApiExceptionMapperBootProperties in org.bremersee.exception.spring.boot.autoconfigure.servlet
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.RestApiExceptionMapperForWebAutoConfiguration
(String applicationName, RestApiExceptionMapperBootProperties properties) Instantiates a new rest api exception mapper autoconfiguration.