Uses of Class
org.bremersee.exception.ImmutableExceptionMappingConfig
-
Uses of ImmutableExceptionMappingConfig in org.bremersee.exception
Modifier and TypeMethodDescriptionImmutableExceptionMappingConfig.Builder.build()
Builds a newImmutableExceptionMappingConfig
.ImmutableExceptionMappingConfig.copyOf
(RestApiExceptionMapperProperties.ExceptionMappingConfig instance) Creates an immutable copy of aRestApiExceptionMapperProperties.ExceptionMappingConfig
value.ImmutableExceptionMappingConfig.withEvaluateAnnotationFirst
(Boolean value) Copy the current immutable object by setting a value for theevaluateAnnotationFirst
attribute.ImmutableExceptionMappingConfig.withExceptionClassName
(String value) Copy the current immutable object by setting a value for theexceptionClassName
attribute.ImmutableExceptionMappingConfig.withIncludeApplicationName
(Boolean value) Copy the current immutable object by setting a value for theincludeApplicationName
attribute.ImmutableExceptionMappingConfig.withIncludeCause
(Boolean value) Copy the current immutable object by setting a value for theincludeCause
attribute.ImmutableExceptionMappingConfig.withIncludeException
(Boolean value) Copy the current immutable object by setting a value for theincludeException
attribute.ImmutableExceptionMappingConfig.withIncludeHandler
(Boolean value) Copy the current immutable object by setting a value for theincludeHandler
attribute.ImmutableExceptionMappingConfig.withIncludeMessage
(Boolean value) Copy the current immutable object by setting a value for theincludeMessage
attribute.ImmutableExceptionMappingConfig.withIncludePath
(Boolean value) Copy the current immutable object by setting a value for theincludePath
attribute.ImmutableExceptionMappingConfig.withIncludeStackTrace
(Boolean value) Copy the current immutable object by setting a value for theincludeStackTrace
attribute.