Class RestApiExceptionMapperBootProperties.ExceptionMappingConfigImpl
java.lang.Object
org.bremersee.exception.spring.boot.autoconfigure.RestApiExceptionMapperBootProperties.ExceptionMappingConfigImpl
- All Implemented Interfaces:
RestApiExceptionMapperProperties.ExceptionMappingConfig
- Enclosing class:
- RestApiExceptionMapperBootProperties
public static class RestApiExceptionMapperBootProperties.ExceptionMappingConfigImpl
extends Object
implements RestApiExceptionMapperProperties.ExceptionMappingConfig
The exception mapping config.
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.bremersee.exception.RestApiExceptionMapperProperties.ExceptionMappingConfig
getEvaluateAnnotationFirst, getExceptionClassName, getIncludeApplicationName, getIncludeCause, getIncludeException, getIncludeHandler, getIncludeMessage, getIncludePath, getIncludeStackTrace
-
Constructor Details
-
ExceptionMappingConfigImpl
public ExceptionMappingConfigImpl()
-