Uses of Class
org.bremersee.exception.ImmutableRestApiExceptionMapperProperties
-
Uses of ImmutableRestApiExceptionMapperProperties in org.bremersee.exception
Modifier and TypeMethodDescriptionImmutableRestApiExceptionMapperProperties.Builder.build()
Builds a newImmutableRestApiExceptionMapperProperties
.ImmutableRestApiExceptionMapperProperties.copyOf
(RestApiExceptionMapperProperties instance) Creates an immutable copy of aRestApiExceptionMapperProperties
value.ImmutableRestApiExceptionMapperProperties.withDefaultExceptionMapping
(RestApiExceptionMapperProperties.ExceptionMapping value) Copy the current immutable object by setting a value for thedefaultExceptionMapping
attribute.ImmutableRestApiExceptionMapperProperties.withDefaultExceptionMappingConfig
(RestApiExceptionMapperProperties.ExceptionMappingConfig value) Copy the current immutable object by setting a value for thedefaultExceptionMappingConfig
attribute.ImmutableRestApiExceptionMapperProperties.withExceptionMappingConfigs
(Iterable<? extends RestApiExceptionMapperProperties.ExceptionMappingConfig> elements) Copy the current immutable object with elements that replace the content ofexceptionMappingConfigs
.ImmutableRestApiExceptionMapperProperties.withExceptionMappingConfigs
(RestApiExceptionMapperProperties.ExceptionMappingConfig... elements) Copy the current immutable object with elements that replace the content ofexceptionMappingConfigs
.ImmutableRestApiExceptionMapperProperties.withExceptionMappings
(Iterable<? extends RestApiExceptionMapperProperties.ExceptionMapping> elements) Copy the current immutable object with elements that replace the content ofexceptionMappings
.ImmutableRestApiExceptionMapperProperties.withExceptionMappings
(RestApiExceptionMapperProperties.ExceptionMapping... elements) Copy the current immutable object with elements that replace the content ofexceptionMappings
.