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 classImmutable implementation ofRestApiExceptionMapperProperties.Methods in org.bremersee.exception with parameters of type RestApiExceptionMapperPropertiesModifier and TypeMethodDescriptionImmutableRestApiExceptionMapperProperties.copyOf(RestApiExceptionMapperProperties instance) Creates an immutable copy of aRestApiExceptionMapperPropertiesvalue.ImmutableRestApiExceptionMapperProperties.Builder.from(RestApiExceptionMapperProperties instance) Fill a builder with attribute values from the providedRestApiExceptionMapperPropertiesinstance.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.