Uses of Interface
org.bremersee.exception.RestApiExceptionMapperProperties
Packages that use 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.RestApiExceptionMapperForWebFlux
(RestApiExceptionMapperProperties properties, String applicationName) Instantiates a new rest api exception mapper. -
Uses of RestApiExceptionMapperProperties in org.bremersee.exception.spring.boot.autoconfigure
Methods in org.bremersee.exception.spring.boot.autoconfigure that return RestApiExceptionMapperPropertiesModifier and TypeMethodDescriptionRestApiExceptionMapperBootProperties.toRestApiExceptionMapperProperties()
To rest api exception mapper properties rest api exception mapper properties.