Uses of Interface
org.bremersee.exception.RestApiExceptionMapperProperties.ExceptionMappingConfig
-
Uses of RestApiExceptionMapperProperties.ExceptionMappingConfig in org.bremersee.exception
Modifier and TypeClassDescriptionfinal class
Immutable implementation ofRestApiExceptionMapperProperties.ExceptionMappingConfig
.Modifier and TypeMethodDescriptionRestApiExceptionMapperProperties.findExceptionMappingConfig
(Throwable throwable) Find exception mapping config.ImmutableRestApiExceptionMapperProperties.getDefaultExceptionMappingConfig()
Gets default exception mapping config.RestApiExceptionMapperProperties.getDefaultExceptionMappingConfig()
Gets default exception mapping config.Modifier and TypeMethodDescriptionImmutableRestApiExceptionMapperProperties.getExceptionMappingConfigs()
Gets exception mapping configs.RestApiExceptionMapperProperties.getExceptionMappingConfigs()
Gets exception mapping configs.Modifier and TypeMethodDescriptionImmutableRestApiExceptionMapperProperties.Builder.addExceptionMappingConfigs
(RestApiExceptionMapperProperties.ExceptionMappingConfig element) Adds one element toexceptionMappingConfigs
list.ImmutableRestApiExceptionMapperProperties.Builder.addExceptionMappingConfigs
(RestApiExceptionMapperProperties.ExceptionMappingConfig... elements) Adds elements toexceptionMappingConfigs
list.ImmutableExceptionMappingConfig.copyOf
(RestApiExceptionMapperProperties.ExceptionMappingConfig instance) Creates an immutable copy of aRestApiExceptionMapperProperties.ExceptionMappingConfig
value.ImmutableRestApiExceptionMapperProperties.Builder.defaultExceptionMappingConfig
(RestApiExceptionMapperProperties.ExceptionMappingConfig defaultExceptionMappingConfig) Initializes the value for thedefaultExceptionMappingConfig
attribute.ImmutableExceptionMappingConfig.Builder.from
(RestApiExceptionMapperProperties.ExceptionMappingConfig instance) Fill a builder with attribute values from the providedExceptionMappingConfig
instance.protected org.bremersee.exception.model.RestApiException
RestApiExceptionMapperForWeb.reconfigureRestApiException
(org.bremersee.exception.model.RestApiException source, RestApiExceptionMapperProperties.ExceptionMappingConfig config) Reconfigure rest api exception rest api exception.protected org.bremersee.exception.model.RestApiException
RestApiExceptionMapperForWeb.setApplication
(org.bremersee.exception.model.RestApiException restApiException, RestApiExceptionMapperProperties.ExceptionMappingConfig config) Sets application.protected org.bremersee.exception.model.RestApiException
RestApiExceptionMapperForWeb.setCause
(org.bremersee.exception.model.RestApiException restApiException, Throwable exception, RestApiExceptionMapperProperties.ExceptionMappingConfig config) Sets cause.protected org.bremersee.exception.model.RestApiException
RestApiExceptionMapperForWeb.setClassName
(org.bremersee.exception.model.RestApiException restApiException, Throwable exception, RestApiExceptionMapperProperties.ExceptionMappingConfig config) Sets class name.protected org.bremersee.exception.model.RestApiException
RestApiExceptionMapperForWeb.setErrorCode
(org.bremersee.exception.model.RestApiException restApiException, Throwable exception, Object handler, RestApiExceptionMapperProperties.ExceptionMappingConfig config) Sets error code.protected org.bremersee.exception.model.RestApiException
RestApiExceptionMapperForWeb.setHandler
(org.bremersee.exception.model.RestApiException restApiException, Object handler, RestApiExceptionMapperProperties.ExceptionMappingConfig config) Sets handler.protected org.bremersee.exception.model.RestApiException
RestApiExceptionMapperForWeb.setMessage
(org.bremersee.exception.model.RestApiException restApiException, Throwable exception, Object handler, RestApiExceptionMapperProperties.ExceptionMappingConfig config) Sets message.protected org.bremersee.exception.model.RestApiException
RestApiExceptionMapperForWeb.setPath
(org.bremersee.exception.model.RestApiException restApiException, String path, RestApiExceptionMapperProperties.ExceptionMappingConfig config) Sets path.protected org.bremersee.exception.model.RestApiException
RestApiExceptionMapperForWeb.setStackTrace
(org.bremersee.exception.model.RestApiException restApiException, StackTraceElement[] stackTrace, RestApiExceptionMapperProperties.ExceptionMappingConfig config) Sets stack trace.ImmutableRestApiExceptionMapperProperties.withDefaultExceptionMappingConfig
(RestApiExceptionMapperProperties.ExceptionMappingConfig value) Copy the current immutable object by setting a value for thedefaultExceptionMappingConfig
attribute.ImmutableRestApiExceptionMapperProperties.withExceptionMappingConfigs
(RestApiExceptionMapperProperties.ExceptionMappingConfig... elements) Copy the current immutable object with elements that replace the content ofexceptionMappingConfigs
.Modifier and TypeMethodDescriptionImmutableRestApiExceptionMapperProperties.Builder.addAllExceptionMappingConfigs
(Iterable<? extends RestApiExceptionMapperProperties.ExceptionMappingConfig> elements) Adds elements toexceptionMappingConfigs
list.ImmutableRestApiExceptionMapperProperties.Builder.exceptionMappingConfigs
(Iterable<? extends RestApiExceptionMapperProperties.ExceptionMappingConfig> elements) Sets or replaces all elements forexceptionMappingConfigs
list.ImmutableRestApiExceptionMapperProperties.withExceptionMappingConfigs
(Iterable<? extends RestApiExceptionMapperProperties.ExceptionMappingConfig> elements) Copy the current immutable object with elements that replace the content ofexceptionMappingConfigs
.