Uses of Class
org.bremersee.exception.ImmutableRestApiExceptionMapperProperties
Packages that use ImmutableRestApiExceptionMapperProperties
-
Uses of ImmutableRestApiExceptionMapperProperties in org.bremersee.exception
Methods in org.bremersee.exception that return ImmutableRestApiExceptionMapperPropertiesModifier and TypeMethodDescriptionImmutableRestApiExceptionMapperProperties.Builder.build()Builds a newImmutableRestApiExceptionMapperProperties.ImmutableRestApiExceptionMapperProperties.copyOf(RestApiExceptionMapperProperties instance) Creates an immutable copy of aRestApiExceptionMapperPropertiesvalue.ImmutableRestApiExceptionMapperProperties.withDefaultExceptionMapping(RestApiExceptionMapperProperties.ExceptionMapping value) Copy the current immutable object by setting a value for thedefaultExceptionMappingattribute.ImmutableRestApiExceptionMapperProperties.withDefaultExceptionMappingConfig(RestApiExceptionMapperProperties.ExceptionMappingConfig value) Copy the current immutable object by setting a value for thedefaultExceptionMappingConfigattribute.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.