Uses of Class
org.bremersee.exception.ImmutableExceptionMappingConfig.Builder
-
Uses of ImmutableExceptionMappingConfig.Builder in org.bremersee.exception
Modifier and TypeMethodDescriptionImmutableExceptionMappingConfig.builder()
Creates a builder forImmutableExceptionMappingConfig
.RestApiExceptionMapperProperties.ExceptionMappingConfig.builder()
Creates builder.ImmutableExceptionMappingConfig.Builder.evaluateAnnotationFirst
(Boolean evaluateAnnotationFirst) Initializes the value for theevaluateAnnotationFirst
attribute.ImmutableExceptionMappingConfig.Builder.exceptionClassName
(String exceptionClassName) Initializes the value for theexceptionClassName
attribute.ImmutableExceptionMappingConfig.Builder.from
(RestApiExceptionMapperProperties.ExceptionMappingConfig instance) Fill a builder with attribute values from the providedExceptionMappingConfig
instance.ImmutableExceptionMappingConfig.Builder.includeApplicationName
(Boolean includeApplicationName) Initializes the value for theincludeApplicationName
attribute.ImmutableExceptionMappingConfig.Builder.includeCause
(Boolean includeCause) Initializes the value for theincludeCause
attribute.ImmutableExceptionMappingConfig.Builder.includeException
(Boolean includeException) Initializes the value for theincludeException
attribute.ImmutableExceptionMappingConfig.Builder.includeHandler
(Boolean includeHandler) Initializes the value for theincludeHandler
attribute.ImmutableExceptionMappingConfig.Builder.includeMessage
(Boolean includeMessage) Initializes the value for theincludeMessage
attribute.ImmutableExceptionMappingConfig.Builder.includePath
(Boolean includePath) Initializes the value for theincludePath
attribute.ImmutableExceptionMappingConfig.Builder.includeStackTrace
(Boolean includeStackTrace) Initializes the value for theincludeStackTrace
attribute.