Uses of Interface
org.bremersee.exception.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.