Class RestApiExceptionMapperBootProperties
java.lang.Object
org.bremersee.exception.spring.boot.autoconfigure.RestApiExceptionMapperBootProperties
@ConditionalOnClass(RestApiExceptionMapperProperties.class)
@ConfigurationProperties(prefix="bremersee.exception-mapping")
public class RestApiExceptionMapperBootProperties
extends Object
Configuration properties for the rest api exception handler or resolver.
- Author:
- Christian Bremer
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
The exception mapping config.static class
The exception mapping. -
Constructor Summary
ConstructorDescriptionInstantiates rest api exception mapper properties. -
Method Summary
Modifier and TypeMethodDescriptionTo rest api exception mapper properties rest api exception mapper properties.
-
Constructor Details
-
RestApiExceptionMapperBootProperties
public RestApiExceptionMapperBootProperties()Instantiates rest api exception mapper properties.
-
-
Method Details
-
toRestApiExceptionMapperProperties
To rest api exception mapper properties rest api exception mapper properties.- Returns:
- the rest api exception mapper properties
-