Index
All Classes and Interfaces|All Packages|Serialized Form
A
- addAllExceptionMappingConfigs(Iterable<? extends RestApiExceptionMapperProperties.ExceptionMappingConfig>) - Method in class org.bremersee.exception.ImmutableRestApiExceptionMapperProperties.Builder
-
Adds elements to
exceptionMappingConfigslist. - addAllExceptionMappings(Iterable<? extends RestApiExceptionMapperProperties.ExceptionMapping>) - Method in class org.bremersee.exception.ImmutableRestApiExceptionMapperProperties.Builder
-
Adds elements to
exceptionMappingslist. - addExceptionMappingConfigs(RestApiExceptionMapperProperties.ExceptionMappingConfig) - Method in class org.bremersee.exception.ImmutableRestApiExceptionMapperProperties.Builder
-
Adds one element to
exceptionMappingConfigslist. - addExceptionMappingConfigs(RestApiExceptionMapperProperties.ExceptionMappingConfig...) - Method in class org.bremersee.exception.ImmutableRestApiExceptionMapperProperties.Builder
-
Adds elements to
exceptionMappingConfigslist. - addExceptionMappings(RestApiExceptionMapperProperties.ExceptionMapping) - Method in class org.bremersee.exception.ImmutableRestApiExceptionMapperProperties.Builder
-
Adds one element to
exceptionMappingslist. - addExceptionMappings(RestApiExceptionMapperProperties.ExceptionMapping...) - Method in class org.bremersee.exception.ImmutableRestApiExceptionMapperProperties.Builder
-
Adds elements to
exceptionMappingslist.
B
- build() - Method in class org.bremersee.exception.ImmutableExceptionMapping.Builder
-
Builds a new
ImmutableExceptionMapping. - build() - Method in class org.bremersee.exception.ImmutableExceptionMappingConfig.Builder
-
Builds a new
ImmutableExceptionMappingConfig. - build() - Method in class org.bremersee.exception.ImmutableRestApiExceptionMapperProperties.Builder
-
Builds a new
ImmutableRestApiExceptionMapperProperties. - build(Throwable, String, Object) - Method in interface org.bremersee.exception.RestApiExceptionMapper
-
Build the exception model from the exception, the requested path and a handler.
- build(Throwable, String, Object) - Method in class org.bremersee.exception.RestApiExceptionMapperForWeb
- builder() - Static method in class org.bremersee.exception.ImmutableExceptionMapping
-
Creates a builder for
ImmutableExceptionMapping. - builder() - Static method in class org.bremersee.exception.ImmutableExceptionMappingConfig
-
Creates a builder for
ImmutableExceptionMappingConfig. - builder() - Static method in class org.bremersee.exception.ImmutableRestApiExceptionMapperProperties
-
Creates a builder for
ImmutableRestApiExceptionMapperProperties. - builder() - Static method in interface org.bremersee.exception.RestApiExceptionMapperProperties
-
Creates rest api exception mapper properties builder.
- builder() - Static method in interface org.bremersee.exception.RestApiExceptionMapperProperties.ExceptionMapping
-
Builder immutable exception mapping . builder.
- builder() - Static method in interface org.bremersee.exception.RestApiExceptionMapperProperties.ExceptionMappingConfig
-
Creates builder.
C
- code(String) - Method in class org.bremersee.exception.ImmutableExceptionMapping.Builder
-
Initializes the value for the
codeattribute. - copyOf(RestApiExceptionMapperProperties) - Static method in class org.bremersee.exception.ImmutableRestApiExceptionMapperProperties
-
Creates an immutable copy of a
RestApiExceptionMapperPropertiesvalue. - copyOf(RestApiExceptionMapperProperties.ExceptionMapping) - Static method in class org.bremersee.exception.ImmutableExceptionMapping
-
Creates an immutable copy of a
RestApiExceptionMapperProperties.ExceptionMappingvalue. - copyOf(RestApiExceptionMapperProperties.ExceptionMappingConfig) - Static method in class org.bremersee.exception.ImmutableExceptionMappingConfig
-
Creates an immutable copy of a
RestApiExceptionMapperProperties.ExceptionMappingConfigvalue.
D
- defaultExceptionMapping(RestApiExceptionMapperProperties.ExceptionMapping) - Method in class org.bremersee.exception.ImmutableRestApiExceptionMapperProperties.Builder
-
Initializes the value for the
defaultExceptionMappingattribute. - defaultExceptionMappingConfig(RestApiExceptionMapperProperties.ExceptionMappingConfig) - Method in class org.bremersee.exception.ImmutableRestApiExceptionMapperProperties.Builder
-
Initializes the value for the
defaultExceptionMappingConfigattribute. - detectByAccepted(List<MediaType>) - Static method in enum class org.bremersee.exception.RestApiResponseType
-
Detect rest api response type by accept header.
- detectByContentType(MediaType) - Static method in enum class org.bremersee.exception.RestApiResponseType
-
Detect rest api response type by content type.
- detectHttpStatus(Throwable, Object) - Method in class org.bremersee.exception.RestApiExceptionMapperForWeb
-
Detect http status http status.
E
- equals(Object) - Method in class org.bremersee.exception.ImmutableExceptionMapping
-
This instance is equal to all instances of
ImmutableExceptionMappingthat have equal attribute values. - equals(Object) - Method in class org.bremersee.exception.ImmutableExceptionMappingConfig
-
This instance is equal to all instances of
ImmutableExceptionMappingConfigthat have equal attribute values. - equals(Object) - Method in class org.bremersee.exception.ImmutableRestApiExceptionMapperProperties
-
This instance is equal to all instances of
ImmutableRestApiExceptionMapperPropertiesthat have equal attribute values. - evaluateAnnotationFirst(Boolean) - Method in class org.bremersee.exception.ImmutableExceptionMappingConfig.Builder
-
Initializes the value for the
evaluateAnnotationFirstattribute. - exceptionClassName(String) - Method in class org.bremersee.exception.ImmutableExceptionMapping.Builder
-
Initializes the value for the
exceptionClassNameattribute. - exceptionClassName(String) - Method in class org.bremersee.exception.ImmutableExceptionMappingConfig.Builder
-
Initializes the value for the
exceptionClassNameattribute. - exceptionMappingConfigs(Iterable<? extends RestApiExceptionMapperProperties.ExceptionMappingConfig>) - Method in class org.bremersee.exception.ImmutableRestApiExceptionMapperProperties.Builder
-
Sets or replaces all elements for
exceptionMappingConfigslist. - exceptionMappings(Iterable<? extends RestApiExceptionMapperProperties.ExceptionMapping>) - Method in class org.bremersee.exception.ImmutableRestApiExceptionMapperProperties.Builder
-
Sets or replaces all elements for
exceptionMappingslist.
F
- findExceptionMapping(Throwable) - Method in interface org.bremersee.exception.RestApiExceptionMapperProperties
-
Find exception mapping.
- findExceptionMappingConfig(Throwable) - Method in interface org.bremersee.exception.RestApiExceptionMapperProperties
-
Find exception mapping config.
- findHandlerClass(Object) - Method in class org.bremersee.exception.RestApiExceptionMapperForWeb
-
Find the handler class.
- findHandlerMethod(Object) - Method in class org.bremersee.exception.RestApiExceptionMapperForWeb
-
Find the handler method.
- from(RestApiExceptionMapperProperties) - Method in class org.bremersee.exception.ImmutableRestApiExceptionMapperProperties.Builder
-
Fill a builder with attribute values from the provided
RestApiExceptionMapperPropertiesinstance. - from(RestApiExceptionMapperProperties.ExceptionMapping) - Method in class org.bremersee.exception.ImmutableExceptionMapping.Builder
-
Fill a builder with attribute values from the provided
ExceptionMappinginstance. - from(RestApiExceptionMapperProperties.ExceptionMappingConfig) - Method in class org.bremersee.exception.ImmutableExceptionMappingConfig.Builder
-
Fill a builder with attribute values from the provided
ExceptionMappingConfiginstance. - fromStatus(Integer) - Method in class org.bremersee.exception.RestApiExceptionMapperForWeb
-
From status optional.
G
- getCode() - Method in class org.bremersee.exception.ImmutableExceptionMapping
-
Gets code.
- getCode() - Method in interface org.bremersee.exception.RestApiExceptionMapperProperties.ExceptionMapping
-
Gets code.
- getContentTypeCharset(MediaType) - Method in class org.bremersee.exception.RestApiExceptionParserImpl
-
Gets content type charset.
- getDefaultCharset() - Method in class org.bremersee.exception.RestApiExceptionParserImpl
-
Gets default charset.
- getDefaultExceptionMapping() - Method in class org.bremersee.exception.ImmutableRestApiExceptionMapperProperties
-
Gets default exception mapping.
- getDefaultExceptionMapping() - Method in interface org.bremersee.exception.RestApiExceptionMapperProperties
-
Gets default exception mapping.
- getDefaultExceptionMappingConfig() - Method in class org.bremersee.exception.ImmutableRestApiExceptionMapperProperties
-
Gets default exception mapping config.
- getDefaultExceptionMappingConfig() - Method in interface org.bremersee.exception.RestApiExceptionMapperProperties
-
Gets default exception mapping config.
- getError(Throwable, HttpStatusCode) - Method in class org.bremersee.exception.RestApiExceptionMapperForWeb
-
Gets error.
- getEvaluateAnnotationFirst() - Method in class org.bremersee.exception.ImmutableExceptionMappingConfig
-
Is evaluate annotation first.
- getEvaluateAnnotationFirst() - Method in interface org.bremersee.exception.RestApiExceptionMapperProperties.ExceptionMappingConfig
-
Is evaluate annotation first.
- getExceptionClassName() - Method in class org.bremersee.exception.ImmutableExceptionMapping
-
Gets exception class name.
- getExceptionClassName() - Method in class org.bremersee.exception.ImmutableExceptionMappingConfig
-
Gets exception class name.
- getExceptionClassName() - Method in interface org.bremersee.exception.RestApiExceptionMapperProperties.ExceptionMapping
-
Gets exception class name.
- getExceptionClassName() - Method in interface org.bremersee.exception.RestApiExceptionMapperProperties.ExceptionMappingConfig
-
Gets exception class name.
- getExceptionMappingConfigs() - Method in class org.bremersee.exception.ImmutableRestApiExceptionMapperProperties
-
Gets exception mapping configs.
- getExceptionMappingConfigs() - Method in interface org.bremersee.exception.RestApiExceptionMapperProperties
-
Gets exception mapping configs.
- getExceptionMappings() - Method in class org.bremersee.exception.ImmutableRestApiExceptionMapperProperties
-
Gets exception mappings.
- getExceptionMappings() - Method in interface org.bremersee.exception.RestApiExceptionMapperProperties
-
Gets exception mappings.
- getIncludeApplicationName() - Method in class org.bremersee.exception.ImmutableExceptionMappingConfig
-
Is include application name.
- getIncludeApplicationName() - Method in interface org.bremersee.exception.RestApiExceptionMapperProperties.ExceptionMappingConfig
-
Is include application name.
- getIncludeCause() - Method in class org.bremersee.exception.ImmutableExceptionMappingConfig
-
Is include cause.
- getIncludeCause() - Method in interface org.bremersee.exception.RestApiExceptionMapperProperties.ExceptionMappingConfig
-
Is include cause.
- getIncludeException() - Method in class org.bremersee.exception.ImmutableExceptionMappingConfig
-
Is include exception class name.
- getIncludeException() - Method in interface org.bremersee.exception.RestApiExceptionMapperProperties.ExceptionMappingConfig
-
Is include exception class name.
- getIncludeHandler() - Method in class org.bremersee.exception.ImmutableExceptionMappingConfig
-
Is include handler.
- getIncludeHandler() - Method in interface org.bremersee.exception.RestApiExceptionMapperProperties.ExceptionMappingConfig
-
Is include handler.
- getIncludeMessage() - Method in class org.bremersee.exception.ImmutableExceptionMappingConfig
-
Determines whether to include the message into the http output or not.
- getIncludeMessage() - Method in interface org.bremersee.exception.RestApiExceptionMapperProperties.ExceptionMappingConfig
-
Determines whether to include the message into the http output or not.
- getIncludePath() - Method in class org.bremersee.exception.ImmutableExceptionMappingConfig
-
Is include path.
- getIncludePath() - Method in interface org.bremersee.exception.RestApiExceptionMapperProperties.ExceptionMappingConfig
-
Is include path.
- getIncludeStackTrace() - Method in class org.bremersee.exception.ImmutableExceptionMappingConfig
-
Is include stack trace.
- getIncludeStackTrace() - Method in interface org.bremersee.exception.RestApiExceptionMapperProperties.ExceptionMappingConfig
-
Is include stack trace.
- getMessage() - Method in class org.bremersee.exception.ImmutableExceptionMapping
-
Gets message.
- getMessage() - Method in interface org.bremersee.exception.RestApiExceptionMapperProperties.ExceptionMapping
-
Gets message.
- getRestApiExceptionFromHeaders(String, HttpStatusCode, HttpHeaders) - Method in class org.bremersee.exception.RestApiExceptionParserImpl
-
Gets rest api exception from headers.
- getStatus() - Method in class org.bremersee.exception.ImmutableExceptionMapping
-
Gets status.
- getStatus() - Method in interface org.bremersee.exception.RestApiExceptionMapperProperties.ExceptionMapping
-
Gets status.
H
- handleError(ClientHttpResponse) - Method in class org.bremersee.exception.RestApiResponseErrorHandler
- hasError(ClientHttpResponse) - Method in class org.bremersee.exception.RestApiResponseErrorHandler
- hashCode() - Method in class org.bremersee.exception.ImmutableExceptionMapping
-
Computes a hash code from attributes:
exceptionClassName,status,message,code. - hashCode() - Method in class org.bremersee.exception.ImmutableExceptionMappingConfig
-
Computes a hash code from attributes:
exceptionClassName,includeMessage,includeException,includeApplicationName,includePath,includeHandler,includeStackTrace,includeCause,evaluateAnnotationFirst. - hashCode() - Method in class org.bremersee.exception.ImmutableRestApiExceptionMapperProperties
-
Computes a hash code from attributes:
defaultExceptionMapping,exceptionMappings,defaultExceptionMappingConfig,exceptionMappingConfigs. - HEADER - Enum constant in enum class org.bremersee.exception.RestApiResponseType
-
Header rest api response type.
I
- ImmutableExceptionMapping - Class in org.bremersee.exception
-
Immutable implementation of
RestApiExceptionMapperProperties.ExceptionMapping. - ImmutableExceptionMapping.Builder - Class in org.bremersee.exception
-
Builds instances of type
ImmutableExceptionMapping. - ImmutableExceptionMappingConfig - Class in org.bremersee.exception
-
Immutable implementation of
RestApiExceptionMapperProperties.ExceptionMappingConfig. - ImmutableExceptionMappingConfig.Builder - Class in org.bremersee.exception
-
Builds instances of type
ImmutableExceptionMappingConfig. - ImmutableRestApiExceptionMapperProperties - Class in org.bremersee.exception
-
Immutable implementation of
RestApiExceptionMapperProperties. - ImmutableRestApiExceptionMapperProperties.Builder - Class in org.bremersee.exception
-
Builds instances of type
ImmutableRestApiExceptionMapperProperties. - includeApplicationName(Boolean) - Method in class org.bremersee.exception.ImmutableExceptionMappingConfig.Builder
-
Initializes the value for the
includeApplicationNameattribute. - includeCause(Boolean) - Method in class org.bremersee.exception.ImmutableExceptionMappingConfig.Builder
-
Initializes the value for the
includeCauseattribute. - includeException(Boolean) - Method in class org.bremersee.exception.ImmutableExceptionMappingConfig.Builder
-
Initializes the value for the
includeExceptionattribute. - includeHandler(Boolean) - Method in class org.bremersee.exception.ImmutableExceptionMappingConfig.Builder
-
Initializes the value for the
includeHandlerattribute. - includeMessage(Boolean) - Method in class org.bremersee.exception.ImmutableExceptionMappingConfig.Builder
-
Initializes the value for the
includeMessageattribute. - includePath(Boolean) - Method in class org.bremersee.exception.ImmutableExceptionMappingConfig.Builder
-
Initializes the value for the
includePathattribute. - includeStackTrace(Boolean) - Method in class org.bremersee.exception.ImmutableExceptionMappingConfig.Builder
-
Initializes the value for the
includeStackTraceattribute.
J
- JSON - Enum constant in enum class org.bremersee.exception.RestApiResponseType
-
Json rest api response type.
M
- message(String) - Method in class org.bremersee.exception.ImmutableExceptionMapping.Builder
-
Initializes the value for the
messageattribute.
O
- org.bremersee.exception - package org.bremersee.exception
P
- parseErrorTimestamp(String) - Method in class org.bremersee.exception.RestApiExceptionParserImpl
-
Parse the 'timestamp' header value.
- parseException(byte[], HttpStatusCode, HttpHeaders) - Method in interface org.bremersee.exception.RestApiExceptionParser
-
Parse exception.
- parseException(byte[], HttpStatusCode, HttpHeaders) - Method in class org.bremersee.exception.RestApiExceptionParserImpl
- parseException(InputStream, HttpStatusCode, HttpHeaders) - Method in interface org.bremersee.exception.RestApiExceptionParser
-
Parse exception.
- parseException(String, HttpStatusCode, HttpHeaders) - Method in interface org.bremersee.exception.RestApiExceptionParser
-
Parse exception.
- parseException(String, HttpStatusCode, HttpHeaders) - Method in class org.bremersee.exception.RestApiExceptionParserImpl
R
- reconfigureRestApiException(RestApiException, RestApiExceptionMapperProperties.ExceptionMappingConfig) - Method in class org.bremersee.exception.RestApiExceptionMapperForWeb
-
Reconfigure rest api exception rest api exception.
- RestApiExceptionMapper - Interface in org.bremersee.exception
-
Maps the error response into a
RestApiException. - RestApiExceptionMapperForWeb - Class in org.bremersee.exception
-
The implementation of a rest api exception mapper for spring web.
- RestApiExceptionMapperForWeb(RestApiExceptionMapperProperties, String) - Constructor for class org.bremersee.exception.RestApiExceptionMapperForWeb
-
Instantiates a new rest api exception mapper.
- RestApiExceptionMapperProperties - Interface in org.bremersee.exception
-
The rest api exception mapper properties.
- RestApiExceptionMapperProperties.ExceptionMapping - Interface in org.bremersee.exception
-
The exception mapping.
- RestApiExceptionMapperProperties.ExceptionMappingConfig - Interface in org.bremersee.exception
-
The exception mapping config.
- RestApiExceptionParser - Interface in org.bremersee.exception
-
A http response parser that creates a
RestApiException. - RestApiExceptionParserImpl - Class in org.bremersee.exception
-
The default implementation of a http response parser that creates a
RestApiException. - RestApiExceptionParserImpl() - Constructor for class org.bremersee.exception.RestApiExceptionParserImpl
-
Instantiates a new rest api exception parser.
- RestApiExceptionParserImpl(ObjectMapper, XmlMapper) - Constructor for class org.bremersee.exception.RestApiExceptionParserImpl
-
Instantiates a new rest api exception parser.
- RestApiExceptionParserImpl(ObjectMapper, XmlMapper, Charset) - Constructor for class org.bremersee.exception.RestApiExceptionParserImpl
-
Instantiates a new rest api exception parser.
- RestApiExceptionParserImpl(Charset) - Constructor for class org.bremersee.exception.RestApiExceptionParserImpl
-
Instantiates a new rest api exception parser.
- RestApiExceptionParserImpl(Jackson2ObjectMapperBuilder) - Constructor for class org.bremersee.exception.RestApiExceptionParserImpl
-
Instantiates a new rest api exception parser.
- RestApiExceptionParserImpl(Jackson2ObjectMapperBuilder, Charset) - Constructor for class org.bremersee.exception.RestApiExceptionParserImpl
-
Instantiates a new rest api exception parser.
- RestApiResponseErrorHandler - Class in org.bremersee.exception
-
The rest api response error handler.
- RestApiResponseErrorHandler() - Constructor for class org.bremersee.exception.RestApiResponseErrorHandler
-
Instantiates a new rest api response error handler.
- RestApiResponseErrorHandler(RestApiExceptionParser) - Constructor for class org.bremersee.exception.RestApiResponseErrorHandler
-
Instantiates a new rest api response error handler.
- RestApiResponseException - Exception in org.bremersee.exception
-
The rest api response exception.
- RestApiResponseException(RestApiException) - Constructor for exception org.bremersee.exception.RestApiResponseException
-
Instantiates a new rest api response exception.
- RestApiResponseException(HttpStatusCode, RestApiException) - Constructor for exception org.bremersee.exception.RestApiResponseException
-
Instantiates a new rest api response exception.
- RestApiResponseType - Enum Class in org.bremersee.exception
-
The rest api response type.
S
- setApplication(RestApiException, RestApiExceptionMapperProperties.ExceptionMappingConfig) - Method in class org.bremersee.exception.RestApiExceptionMapperForWeb
-
Sets application.
- setCause(RestApiException, Throwable, RestApiExceptionMapperProperties.ExceptionMappingConfig) - Method in class org.bremersee.exception.RestApiExceptionMapperForWeb
-
Sets cause.
- setClassName(RestApiException, Throwable, RestApiExceptionMapperProperties.ExceptionMappingConfig) - Method in class org.bremersee.exception.RestApiExceptionMapperForWeb
-
Sets class name.
- setErrorCode(RestApiException, Throwable, Object, RestApiExceptionMapperProperties.ExceptionMappingConfig) - Method in class org.bremersee.exception.RestApiExceptionMapperForWeb
-
Sets error code.
- setHandler(RestApiException, Object, RestApiExceptionMapperProperties.ExceptionMappingConfig) - Method in class org.bremersee.exception.RestApiExceptionMapperForWeb
-
Sets handler.
- setMessage(RestApiException, Throwable, Object, RestApiExceptionMapperProperties.ExceptionMappingConfig) - Method in class org.bremersee.exception.RestApiExceptionMapperForWeb
-
Sets message.
- setPath(RestApiException, String, RestApiExceptionMapperProperties.ExceptionMappingConfig) - Method in class org.bremersee.exception.RestApiExceptionMapperForWeb
-
Sets path.
- setStackTrace(RestApiException, StackTraceElement[], RestApiExceptionMapperProperties.ExceptionMappingConfig) - Method in class org.bremersee.exception.RestApiExceptionMapperForWeb
-
Sets stack trace.
- status(int) - Method in class org.bremersee.exception.ImmutableExceptionMapping.Builder
-
Initializes the value for the
statusattribute.
T
- toString() - Method in class org.bremersee.exception.ImmutableExceptionMapping
-
Prints the immutable value
ExceptionMappingwith attribute values. - toString() - Method in class org.bremersee.exception.ImmutableExceptionMappingConfig
-
Prints the immutable value
ExceptionMappingConfigwith attribute values. - toString() - Method in class org.bremersee.exception.ImmutableRestApiExceptionMapperProperties
-
Prints the immutable value
RestApiExceptionMapperPropertieswith attribute values.
V
- valueOf(String) - Static method in enum class org.bremersee.exception.RestApiResponseType
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.bremersee.exception.RestApiResponseType
-
Returns an array containing the constants of this enum class, in the order they are declared.
W
- withCode(String) - Method in class org.bremersee.exception.ImmutableExceptionMapping
-
Copy the current immutable object by setting a value for the
codeattribute. - withDefaultExceptionMapping(RestApiExceptionMapperProperties.ExceptionMapping) - Method in class org.bremersee.exception.ImmutableRestApiExceptionMapperProperties
-
Copy the current immutable object by setting a value for the
defaultExceptionMappingattribute. - withDefaultExceptionMappingConfig(RestApiExceptionMapperProperties.ExceptionMappingConfig) - Method in class org.bremersee.exception.ImmutableRestApiExceptionMapperProperties
-
Copy the current immutable object by setting a value for the
defaultExceptionMappingConfigattribute. - withEvaluateAnnotationFirst(Boolean) - Method in class org.bremersee.exception.ImmutableExceptionMappingConfig
-
Copy the current immutable object by setting a value for the
evaluateAnnotationFirstattribute. - withExceptionClassName(String) - Method in class org.bremersee.exception.ImmutableExceptionMapping
-
Copy the current immutable object by setting a value for the
exceptionClassNameattribute. - withExceptionClassName(String) - Method in class org.bremersee.exception.ImmutableExceptionMappingConfig
-
Copy the current immutable object by setting a value for the
exceptionClassNameattribute. - withExceptionMappingConfigs(Iterable<? extends RestApiExceptionMapperProperties.ExceptionMappingConfig>) - Method in class org.bremersee.exception.ImmutableRestApiExceptionMapperProperties
-
Copy the current immutable object with elements that replace the content of
exceptionMappingConfigs. - withExceptionMappingConfigs(RestApiExceptionMapperProperties.ExceptionMappingConfig...) - Method in class org.bremersee.exception.ImmutableRestApiExceptionMapperProperties
-
Copy the current immutable object with elements that replace the content of
exceptionMappingConfigs. - withExceptionMappings(Iterable<? extends RestApiExceptionMapperProperties.ExceptionMapping>) - Method in class org.bremersee.exception.ImmutableRestApiExceptionMapperProperties
-
Copy the current immutable object with elements that replace the content of
exceptionMappings. - withExceptionMappings(RestApiExceptionMapperProperties.ExceptionMapping...) - Method in class org.bremersee.exception.ImmutableRestApiExceptionMapperProperties
-
Copy the current immutable object with elements that replace the content of
exceptionMappings. - withIncludeApplicationName(Boolean) - Method in class org.bremersee.exception.ImmutableExceptionMappingConfig
-
Copy the current immutable object by setting a value for the
includeApplicationNameattribute. - withIncludeCause(Boolean) - Method in class org.bremersee.exception.ImmutableExceptionMappingConfig
-
Copy the current immutable object by setting a value for the
includeCauseattribute. - withIncludeException(Boolean) - Method in class org.bremersee.exception.ImmutableExceptionMappingConfig
-
Copy the current immutable object by setting a value for the
includeExceptionattribute. - withIncludeHandler(Boolean) - Method in class org.bremersee.exception.ImmutableExceptionMappingConfig
-
Copy the current immutable object by setting a value for the
includeHandlerattribute. - withIncludeMessage(Boolean) - Method in class org.bremersee.exception.ImmutableExceptionMappingConfig
-
Copy the current immutable object by setting a value for the
includeMessageattribute. - withIncludePath(Boolean) - Method in class org.bremersee.exception.ImmutableExceptionMappingConfig
-
Copy the current immutable object by setting a value for the
includePathattribute. - withIncludeStackTrace(Boolean) - Method in class org.bremersee.exception.ImmutableExceptionMappingConfig
-
Copy the current immutable object by setting a value for the
includeStackTraceattribute. - withMessage(String) - Method in class org.bremersee.exception.ImmutableExceptionMapping
-
Copy the current immutable object by setting a value for the
messageattribute. - withStatus(int) - Method in class org.bremersee.exception.ImmutableExceptionMapping
-
Copy the current immutable object by setting a value for the
statusattribute.
X
- XML - Enum constant in enum class org.bremersee.exception.RestApiResponseType
-
Xml rest api response type.
All Classes and Interfaces|All Packages|Serialized Form