Uses of Class
org.bremersee.exception.ImmutableExceptionMapping.Builder
-
Uses of ImmutableExceptionMapping.Builder in org.bremersee.exception
Modifier and TypeMethodDescriptionImmutableExceptionMapping.builder()
Creates a builder forImmutableExceptionMapping
.RestApiExceptionMapperProperties.ExceptionMapping.builder()
Builder immutable exception mapping . builder.Initializes the value for thecode
attribute.ImmutableExceptionMapping.Builder.exceptionClassName
(String exceptionClassName) Initializes the value for theexceptionClassName
attribute.ImmutableExceptionMapping.Builder.from
(RestApiExceptionMapperProperties.ExceptionMapping instance) Fill a builder with attribute values from the providedExceptionMapping
instance.Initializes the value for themessage
attribute.ImmutableExceptionMapping.Builder.status
(int status) Initializes the value for thestatus
attribute.