Uses of Class
org.bremersee.exception.ImmutableRestApiExceptionMapperProperties.Builder
-
Uses of ImmutableRestApiExceptionMapperProperties.Builder in org.bremersee.exception
Modifier and TypeMethodDescriptionImmutableRestApiExceptionMapperProperties.Builder.addAllExceptionMappingConfigs
(Iterable<? extends RestApiExceptionMapperProperties.ExceptionMappingConfig> elements) Adds elements toexceptionMappingConfigs
list.ImmutableRestApiExceptionMapperProperties.Builder.addAllExceptionMappings
(Iterable<? extends RestApiExceptionMapperProperties.ExceptionMapping> elements) Adds elements toexceptionMappings
list.ImmutableRestApiExceptionMapperProperties.Builder.addExceptionMappingConfigs
(RestApiExceptionMapperProperties.ExceptionMappingConfig element) Adds one element toexceptionMappingConfigs
list.ImmutableRestApiExceptionMapperProperties.Builder.addExceptionMappingConfigs
(RestApiExceptionMapperProperties.ExceptionMappingConfig... elements) Adds elements toexceptionMappingConfigs
list.ImmutableRestApiExceptionMapperProperties.Builder.addExceptionMappings
(RestApiExceptionMapperProperties.ExceptionMapping element) Adds one element toexceptionMappings
list.ImmutableRestApiExceptionMapperProperties.Builder.addExceptionMappings
(RestApiExceptionMapperProperties.ExceptionMapping... elements) Adds elements toexceptionMappings
list.ImmutableRestApiExceptionMapperProperties.builder()
Creates a builder forImmutableRestApiExceptionMapperProperties
.RestApiExceptionMapperProperties.builder()
Creates rest api exception mapper properties builder.ImmutableRestApiExceptionMapperProperties.Builder.defaultExceptionMapping
(RestApiExceptionMapperProperties.ExceptionMapping defaultExceptionMapping) Initializes the value for thedefaultExceptionMapping
attribute.ImmutableRestApiExceptionMapperProperties.Builder.defaultExceptionMappingConfig
(RestApiExceptionMapperProperties.ExceptionMappingConfig defaultExceptionMappingConfig) Initializes the value for thedefaultExceptionMappingConfig
attribute.ImmutableRestApiExceptionMapperProperties.Builder.exceptionMappingConfigs
(Iterable<? extends RestApiExceptionMapperProperties.ExceptionMappingConfig> elements) Sets or replaces all elements forexceptionMappingConfigs
list.ImmutableRestApiExceptionMapperProperties.Builder.exceptionMappings
(Iterable<? extends RestApiExceptionMapperProperties.ExceptionMapping> elements) Sets or replaces all elements forexceptionMappings
list.ImmutableRestApiExceptionMapperProperties.Builder.from
(RestApiExceptionMapperProperties instance) Fill a builder with attribute values from the providedRestApiExceptionMapperProperties
instance.