Uses of Interface
org.bremersee.exception.RestApiExceptionMapperProperties.ExceptionMapping
-
Uses of RestApiExceptionMapperProperties.ExceptionMapping in org.bremersee.exception
Modifier and TypeClassDescriptionfinal class
Immutable implementation ofRestApiExceptionMapperProperties.ExceptionMapping
.Modifier and TypeMethodDescriptionRestApiExceptionMapperProperties.findExceptionMapping
(Throwable throwable) Find exception mapping.ImmutableRestApiExceptionMapperProperties.getDefaultExceptionMapping()
Gets default exception mapping.RestApiExceptionMapperProperties.getDefaultExceptionMapping()
Gets default exception mapping.Modifier and TypeMethodDescriptionImmutableRestApiExceptionMapperProperties.getExceptionMappings()
Gets exception mappings.RestApiExceptionMapperProperties.getExceptionMappings()
Gets exception mappings.Modifier and TypeMethodDescriptionImmutableRestApiExceptionMapperProperties.Builder.addExceptionMappings
(RestApiExceptionMapperProperties.ExceptionMapping element) Adds one element toexceptionMappings
list.ImmutableRestApiExceptionMapperProperties.Builder.addExceptionMappings
(RestApiExceptionMapperProperties.ExceptionMapping... elements) Adds elements toexceptionMappings
list.static ImmutableExceptionMapping
ImmutableExceptionMapping.copyOf
(RestApiExceptionMapperProperties.ExceptionMapping instance) Creates an immutable copy of aRestApiExceptionMapperProperties.ExceptionMapping
value.ImmutableRestApiExceptionMapperProperties.Builder.defaultExceptionMapping
(RestApiExceptionMapperProperties.ExceptionMapping defaultExceptionMapping) Initializes the value for thedefaultExceptionMapping
attribute.ImmutableExceptionMapping.Builder.from
(RestApiExceptionMapperProperties.ExceptionMapping instance) Fill a builder with attribute values from the providedExceptionMapping
instance.ImmutableRestApiExceptionMapperProperties.withDefaultExceptionMapping
(RestApiExceptionMapperProperties.ExceptionMapping value) Copy the current immutable object by setting a value for thedefaultExceptionMapping
attribute.ImmutableRestApiExceptionMapperProperties.withExceptionMappings
(RestApiExceptionMapperProperties.ExceptionMapping... elements) Copy the current immutable object with elements that replace the content ofexceptionMappings
.Modifier and TypeMethodDescriptionImmutableRestApiExceptionMapperProperties.Builder.addAllExceptionMappings
(Iterable<? extends RestApiExceptionMapperProperties.ExceptionMapping> elements) Adds elements toexceptionMappings
list.ImmutableRestApiExceptionMapperProperties.Builder.exceptionMappings
(Iterable<? extends RestApiExceptionMapperProperties.ExceptionMapping> elements) Sets or replaces all elements forexceptionMappings
list.ImmutableRestApiExceptionMapperProperties.withExceptionMappings
(Iterable<? extends RestApiExceptionMapperProperties.ExceptionMapping> elements) Copy the current immutable object with elements that replace the content ofexceptionMappings
. -
Uses of RestApiExceptionMapperProperties.ExceptionMapping in org.bremersee.exception.spring.boot.autoconfigure
Modifier and TypeClassDescriptionstatic class
The exception mapping.