Uses of Class
org.bremersee.exception.ImmutableExceptionMapping
-
Uses of ImmutableExceptionMapping in org.bremersee.exception
Modifier and TypeMethodDescriptionImmutableExceptionMapping.Builder.build()
Builds a newImmutableExceptionMapping
.static ImmutableExceptionMapping
ImmutableExceptionMapping.copyOf
(RestApiExceptionMapperProperties.ExceptionMapping instance) Creates an immutable copy of aRestApiExceptionMapperProperties.ExceptionMapping
value.Copy the current immutable object by setting a value for thecode
attribute.ImmutableExceptionMapping.withExceptionClassName
(String value) Copy the current immutable object by setting a value for theexceptionClassName
attribute.ImmutableExceptionMapping.withMessage
(String value) Copy the current immutable object by setting a value for themessage
attribute.ImmutableExceptionMapping.withStatus
(int value) Copy the current immutable object by setting a value for thestatus
attribute.