Uses of Class
org.bremersee.exception.ImmutableExceptionMapping.Builder
Packages that use ImmutableExceptionMapping.Builder
-
Uses of ImmutableExceptionMapping.Builder in org.bremersee.exception
Methods in org.bremersee.exception that return ImmutableExceptionMapping.BuilderModifier and TypeMethodDescriptionImmutableExceptionMapping.builder()Creates a builder forImmutableExceptionMapping.RestApiExceptionMapperProperties.ExceptionMapping.builder()Builder immutable exception mapping . builder.Initializes the value for thecodeattribute.ImmutableExceptionMapping.Builder.exceptionClassName(String exceptionClassName) Initializes the value for theexceptionClassNameattribute.ImmutableExceptionMapping.Builder.from(RestApiExceptionMapperProperties.ExceptionMapping instance) Fill a builder with attribute values from the providedExceptionMappinginstance.Initializes the value for themessageattribute.ImmutableExceptionMapping.Builder.status(int status) Initializes the value for thestatusattribute.