Uses of Interface
org.bremersee.exception.RestApiExceptionMapperProperties
-
Uses of RestApiExceptionMapperProperties in org.bremersee.exception
Classes in org.bremersee.exception that implement RestApiExceptionMapperPropertiesModifier and TypeClassDescriptionfinal class
Immutable implementation ofRestApiExceptionMapperProperties
.Methods in org.bremersee.exception with parameters of type RestApiExceptionMapperPropertiesModifier and TypeMethodDescriptionImmutableRestApiExceptionMapperProperties.copyOf
(RestApiExceptionMapperProperties instance) Creates an immutable copy of aRestApiExceptionMapperProperties
value.ImmutableRestApiExceptionMapperProperties.Builder.from
(RestApiExceptionMapperProperties instance) Fill a builder with attribute values from the providedRestApiExceptionMapperProperties
instance.Constructors in org.bremersee.exception with parameters of type RestApiExceptionMapperPropertiesModifierConstructorDescriptionRestApiExceptionMapperForWeb
(RestApiExceptionMapperProperties properties, String applicationName) Instantiates a new rest api exception mapper.