Uses of Class
org.bremersee.exception.ImmutableRestApiExceptionMapperProperties.Builder
Packages that use ImmutableRestApiExceptionMapperProperties.Builder
-
Uses of ImmutableRestApiExceptionMapperProperties.Builder in org.bremersee.exception
Methods in org.bremersee.exception that return ImmutableRestApiExceptionMapperProperties.BuilderModifier and TypeMethodDescriptionImmutableRestApiExceptionMapperProperties.Builder.addAllExceptionMappingConfigs(Iterable<? extends RestApiExceptionMapperProperties.ExceptionMappingConfig> elements) Adds elements toexceptionMappingConfigslist.ImmutableRestApiExceptionMapperProperties.Builder.addAllExceptionMappings(Iterable<? extends RestApiExceptionMapperProperties.ExceptionMapping> elements) Adds elements toexceptionMappingslist.ImmutableRestApiExceptionMapperProperties.Builder.addExceptionMappingConfigs(RestApiExceptionMapperProperties.ExceptionMappingConfig element) Adds one element toexceptionMappingConfigslist.ImmutableRestApiExceptionMapperProperties.Builder.addExceptionMappingConfigs(RestApiExceptionMapperProperties.ExceptionMappingConfig... elements) Adds elements toexceptionMappingConfigslist.ImmutableRestApiExceptionMapperProperties.Builder.addExceptionMappings(RestApiExceptionMapperProperties.ExceptionMapping element) Adds one element toexceptionMappingslist.ImmutableRestApiExceptionMapperProperties.Builder.addExceptionMappings(RestApiExceptionMapperProperties.ExceptionMapping... elements) Adds elements toexceptionMappingslist.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 thedefaultExceptionMappingattribute.ImmutableRestApiExceptionMapperProperties.Builder.defaultExceptionMappingConfig(RestApiExceptionMapperProperties.ExceptionMappingConfig defaultExceptionMappingConfig) Initializes the value for thedefaultExceptionMappingConfigattribute.ImmutableRestApiExceptionMapperProperties.Builder.exceptionMappingConfigs(Iterable<? extends RestApiExceptionMapperProperties.ExceptionMappingConfig> elements) Sets or replaces all elements forexceptionMappingConfigslist.ImmutableRestApiExceptionMapperProperties.Builder.exceptionMappings(Iterable<? extends RestApiExceptionMapperProperties.ExceptionMapping> elements) Sets or replaces all elements forexceptionMappingslist.ImmutableRestApiExceptionMapperProperties.Builder.from(RestApiExceptionMapperProperties instance) Fill a builder with attribute values from the providedRestApiExceptionMapperPropertiesinstance.