Uses of Class
org.bremersee.exception.ImmutableExceptionMappingConfig
Packages that use ImmutableExceptionMappingConfig
-
Uses of ImmutableExceptionMappingConfig in org.bremersee.exception
Methods in org.bremersee.exception that return ImmutableExceptionMappingConfigModifier and TypeMethodDescriptionImmutableExceptionMappingConfig.Builder.build()Builds a newImmutableExceptionMappingConfig.ImmutableExceptionMappingConfig.copyOf(RestApiExceptionMapperProperties.ExceptionMappingConfig instance) Creates an immutable copy of aRestApiExceptionMapperProperties.ExceptionMappingConfigvalue.ImmutableExceptionMappingConfig.withEvaluateAnnotationFirst(Boolean value) Copy the current immutable object by setting a value for theevaluateAnnotationFirstattribute.ImmutableExceptionMappingConfig.withExceptionClassName(String value) Copy the current immutable object by setting a value for theexceptionClassNameattribute.ImmutableExceptionMappingConfig.withIncludeApplicationName(Boolean value) Copy the current immutable object by setting a value for theincludeApplicationNameattribute.ImmutableExceptionMappingConfig.withIncludeCause(Boolean value) Copy the current immutable object by setting a value for theincludeCauseattribute.ImmutableExceptionMappingConfig.withIncludeException(Boolean value) Copy the current immutable object by setting a value for theincludeExceptionattribute.ImmutableExceptionMappingConfig.withIncludeHandler(Boolean value) Copy the current immutable object by setting a value for theincludeHandlerattribute.ImmutableExceptionMappingConfig.withIncludeMessage(Boolean value) Copy the current immutable object by setting a value for theincludeMessageattribute.ImmutableExceptionMappingConfig.withIncludePath(Boolean value) Copy the current immutable object by setting a value for theincludePathattribute.ImmutableExceptionMappingConfig.withIncludeStackTrace(Boolean value) Copy the current immutable object by setting a value for theincludeStackTraceattribute.