Uses of Interface
org.bremersee.exception.RestApiExceptionMapperProperties.ExceptionMappingConfig
Packages that use RestApiExceptionMapperProperties.ExceptionMappingConfig
-
Uses of RestApiExceptionMapperProperties.ExceptionMappingConfig in org.bremersee.exception
Classes in org.bremersee.exception that implement RestApiExceptionMapperProperties.ExceptionMappingConfigModifier and TypeClassDescriptionfinal classImmutable implementation ofRestApiExceptionMapperProperties.ExceptionMappingConfig.Methods in org.bremersee.exception that return RestApiExceptionMapperProperties.ExceptionMappingConfigModifier and TypeMethodDescriptionRestApiExceptionMapperProperties.findExceptionMappingConfig(Throwable throwable) Find exception mapping config.ImmutableRestApiExceptionMapperProperties.getDefaultExceptionMappingConfig()Gets default exception mapping config.RestApiExceptionMapperProperties.getDefaultExceptionMappingConfig()Gets default exception mapping config.Methods in org.bremersee.exception that return types with arguments of type RestApiExceptionMapperProperties.ExceptionMappingConfigModifier and TypeMethodDescriptionImmutableRestApiExceptionMapperProperties.getExceptionMappingConfigs()Gets exception mapping configs.RestApiExceptionMapperProperties.getExceptionMappingConfigs()Gets exception mapping configs.Methods in org.bremersee.exception with parameters of type RestApiExceptionMapperProperties.ExceptionMappingConfigModifier and TypeMethodDescriptionImmutableRestApiExceptionMapperProperties.Builder.addExceptionMappingConfigs(RestApiExceptionMapperProperties.ExceptionMappingConfig element) Adds one element toexceptionMappingConfigslist.ImmutableRestApiExceptionMapperProperties.Builder.addExceptionMappingConfigs(RestApiExceptionMapperProperties.ExceptionMappingConfig... elements) Adds elements toexceptionMappingConfigslist.ImmutableExceptionMappingConfig.copyOf(RestApiExceptionMapperProperties.ExceptionMappingConfig instance) Creates an immutable copy of aRestApiExceptionMapperProperties.ExceptionMappingConfigvalue.ImmutableRestApiExceptionMapperProperties.Builder.defaultExceptionMappingConfig(RestApiExceptionMapperProperties.ExceptionMappingConfig defaultExceptionMappingConfig) Initializes the value for thedefaultExceptionMappingConfigattribute.ImmutableExceptionMappingConfig.Builder.from(RestApiExceptionMapperProperties.ExceptionMappingConfig instance) Fill a builder with attribute values from the providedExceptionMappingConfiginstance.protected RestApiExceptionRestApiExceptionMapperForWeb.reconfigureRestApiException(RestApiException source, RestApiExceptionMapperProperties.ExceptionMappingConfig config) Reconfigure rest api exception rest api exception.protected RestApiExceptionRestApiExceptionMapperForWeb.setApplication(RestApiException restApiException, RestApiExceptionMapperProperties.ExceptionMappingConfig config) Sets application.protected RestApiExceptionRestApiExceptionMapperForWeb.setCause(RestApiException restApiException, Throwable exception, RestApiExceptionMapperProperties.ExceptionMappingConfig config) Sets cause.protected RestApiExceptionRestApiExceptionMapperForWeb.setClassName(RestApiException restApiException, Throwable exception, RestApiExceptionMapperProperties.ExceptionMappingConfig config) Sets class name.protected RestApiExceptionRestApiExceptionMapperForWeb.setErrorCode(RestApiException restApiException, Throwable exception, Object handler, RestApiExceptionMapperProperties.ExceptionMappingConfig config) Sets error code.protected RestApiExceptionRestApiExceptionMapperForWeb.setHandler(RestApiException restApiException, Object handler, RestApiExceptionMapperProperties.ExceptionMappingConfig config) Sets handler.protected RestApiExceptionRestApiExceptionMapperForWeb.setMessage(RestApiException restApiException, Throwable exception, Object handler, RestApiExceptionMapperProperties.ExceptionMappingConfig config) Sets message.protected RestApiExceptionRestApiExceptionMapperForWeb.setPath(RestApiException restApiException, String path, RestApiExceptionMapperProperties.ExceptionMappingConfig config) Sets path.protected RestApiExceptionRestApiExceptionMapperForWeb.setStackTrace(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 thedefaultExceptionMappingConfigattribute.ImmutableRestApiExceptionMapperProperties.withExceptionMappingConfigs(RestApiExceptionMapperProperties.ExceptionMappingConfig... elements) Copy the current immutable object with elements that replace the content ofexceptionMappingConfigs.Method parameters in org.bremersee.exception with type arguments of type RestApiExceptionMapperProperties.ExceptionMappingConfigModifier and TypeMethodDescriptionImmutableRestApiExceptionMapperProperties.Builder.addAllExceptionMappingConfigs(Iterable<? extends RestApiExceptionMapperProperties.ExceptionMappingConfig> elements) Adds elements toexceptionMappingConfigslist.ImmutableRestApiExceptionMapperProperties.Builder.exceptionMappingConfigs(Iterable<? extends RestApiExceptionMapperProperties.ExceptionMappingConfig> elements) Sets or replaces all elements forexceptionMappingConfigslist.ImmutableRestApiExceptionMapperProperties.withExceptionMappingConfigs(Iterable<? extends RestApiExceptionMapperProperties.ExceptionMappingConfig> elements) Copy the current immutable object with elements that replace the content ofexceptionMappingConfigs. -
Uses of RestApiExceptionMapperProperties.ExceptionMappingConfig in org.bremersee.exception.spring.boot.autoconfigure
Classes in org.bremersee.exception.spring.boot.autoconfigure that implement RestApiExceptionMapperProperties.ExceptionMappingConfigModifier and TypeClassDescriptionstatic classThe exception mapping config.