Uses of Interface
org.bremersee.exception.RestApiExceptionMapperProperties
-
Uses of RestApiExceptionMapperProperties in org.bremersee.exception
Modifier and TypeClassDescriptionfinal class
Immutable implementation ofRestApiExceptionMapperProperties
.Modifier 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.ModifierConstructorDescriptionRestApiExceptionMapperForWeb
(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
Modifier and TypeMethodDescriptionRestApiExceptionMapperBootProperties.toRestApiExceptionMapperProperties()
To rest api exception mapper properties rest api exception mapper properties.