Uses of Interface
org.bremersee.exception.RestApiExceptionMapperProperties.ExceptionMapping
Packages that use RestApiExceptionMapperProperties.ExceptionMapping
-
Uses of RestApiExceptionMapperProperties.ExceptionMapping in org.bremersee.exception
Classes in org.bremersee.exception that implement RestApiExceptionMapperProperties.ExceptionMappingModifier and TypeClassDescriptionfinal classImmutable implementation ofRestApiExceptionMapperProperties.ExceptionMapping.Methods in org.bremersee.exception that return RestApiExceptionMapperProperties.ExceptionMappingModifier and TypeMethodDescriptionRestApiExceptionMapperProperties.findExceptionMapping(Throwable throwable) Find exception mapping.ImmutableRestApiExceptionMapperProperties.getDefaultExceptionMapping()Gets default exception mapping.RestApiExceptionMapperProperties.getDefaultExceptionMapping()Gets default exception mapping.Methods in org.bremersee.exception that return types with arguments of type RestApiExceptionMapperProperties.ExceptionMappingModifier and TypeMethodDescriptionImmutableRestApiExceptionMapperProperties.getExceptionMappings()Gets exception mappings.RestApiExceptionMapperProperties.getExceptionMappings()Gets exception mappings.Methods in org.bremersee.exception with parameters of type RestApiExceptionMapperProperties.ExceptionMappingModifier and TypeMethodDescriptionImmutableRestApiExceptionMapperProperties.Builder.addExceptionMappings(RestApiExceptionMapperProperties.ExceptionMapping element) Adds one element toexceptionMappingslist.ImmutableRestApiExceptionMapperProperties.Builder.addExceptionMappings(RestApiExceptionMapperProperties.ExceptionMapping... elements) Adds elements toexceptionMappingslist.static ImmutableExceptionMappingImmutableExceptionMapping.copyOf(RestApiExceptionMapperProperties.ExceptionMapping instance) Creates an immutable copy of aRestApiExceptionMapperProperties.ExceptionMappingvalue.ImmutableRestApiExceptionMapperProperties.Builder.defaultExceptionMapping(RestApiExceptionMapperProperties.ExceptionMapping defaultExceptionMapping) Initializes the value for thedefaultExceptionMappingattribute.ImmutableExceptionMapping.Builder.from(RestApiExceptionMapperProperties.ExceptionMapping instance) Fill a builder with attribute values from the providedExceptionMappinginstance.ImmutableRestApiExceptionMapperProperties.withDefaultExceptionMapping(RestApiExceptionMapperProperties.ExceptionMapping value) Copy the current immutable object by setting a value for thedefaultExceptionMappingattribute.ImmutableRestApiExceptionMapperProperties.withExceptionMappings(RestApiExceptionMapperProperties.ExceptionMapping... elements) Copy the current immutable object with elements that replace the content ofexceptionMappings.Method parameters in org.bremersee.exception with type arguments of type RestApiExceptionMapperProperties.ExceptionMappingModifier and TypeMethodDescriptionImmutableRestApiExceptionMapperProperties.Builder.addAllExceptionMappings(Iterable<? extends RestApiExceptionMapperProperties.ExceptionMapping> elements) Adds elements toexceptionMappingslist.ImmutableRestApiExceptionMapperProperties.Builder.exceptionMappings(Iterable<? extends RestApiExceptionMapperProperties.ExceptionMapping> elements) Sets or replaces all elements forexceptionMappingslist.ImmutableRestApiExceptionMapperProperties.withExceptionMappings(Iterable<? extends RestApiExceptionMapperProperties.ExceptionMapping> elements) Copy the current immutable object with elements that replace the content ofexceptionMappings. -
Uses of RestApiExceptionMapperProperties.ExceptionMapping in org.bremersee.exception.spring.boot.autoconfigure
Classes in org.bremersee.exception.spring.boot.autoconfigure that implement RestApiExceptionMapperProperties.ExceptionMappingModifier and TypeClassDescriptionstatic classThe exception mapping.