Uses of Class
org.bremersee.exception.ImmutableExceptionMapping
Packages that use ImmutableExceptionMapping
-
Uses of ImmutableExceptionMapping in org.bremersee.exception
Methods in org.bremersee.exception that return ImmutableExceptionMappingModifier and TypeMethodDescriptionImmutableExceptionMapping.Builder.build()Builds a newImmutableExceptionMapping.static ImmutableExceptionMappingImmutableExceptionMapping.copyOf(RestApiExceptionMapperProperties.ExceptionMapping instance) Creates an immutable copy of aRestApiExceptionMapperProperties.ExceptionMappingvalue.Copy the current immutable object by setting a value for thecodeattribute.ImmutableExceptionMapping.withExceptionClassName(String value) Copy the current immutable object by setting a value for theexceptionClassNameattribute.ImmutableExceptionMapping.withMessage(String value) Copy the current immutable object by setting a value for themessageattribute.ImmutableExceptionMapping.withStatus(int value) Copy the current immutable object by setting a value for thestatusattribute.