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
exceptionMappingConfigs
list. - addAllExceptionMappings(Iterable<? extends RestApiExceptionMapperProperties.ExceptionMapping>) - Method in class org.bremersee.exception.ImmutableRestApiExceptionMapperProperties.Builder
-
Adds elements to
exceptionMappings
list. - addExceptionMappingConfigs(RestApiExceptionMapperProperties.ExceptionMappingConfig) - Method in class org.bremersee.exception.ImmutableRestApiExceptionMapperProperties.Builder
-
Adds one element to
exceptionMappingConfigs
list. - addExceptionMappingConfigs(RestApiExceptionMapperProperties.ExceptionMappingConfig...) - Method in class org.bremersee.exception.ImmutableRestApiExceptionMapperProperties.Builder
-
Adds elements to
exceptionMappingConfigs
list. - addExceptionMappings(RestApiExceptionMapperProperties.ExceptionMapping) - Method in class org.bremersee.exception.ImmutableRestApiExceptionMapperProperties.Builder
-
Adds one element to
exceptionMappings
list. - addExceptionMappings(RestApiExceptionMapperProperties.ExceptionMapping...) - Method in class org.bremersee.exception.ImmutableRestApiExceptionMapperProperties.Builder
-
Adds elements to
exceptionMappings
list.
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
code
attribute. - copyOf(RestApiExceptionMapperProperties) - Static method in class org.bremersee.exception.ImmutableRestApiExceptionMapperProperties
-
Creates an immutable copy of a
RestApiExceptionMapperProperties
value. - copyOf(RestApiExceptionMapperProperties.ExceptionMapping) - Static method in class org.bremersee.exception.ImmutableExceptionMapping
-
Creates an immutable copy of a
RestApiExceptionMapperProperties.ExceptionMapping
value. - copyOf(RestApiExceptionMapperProperties.ExceptionMappingConfig) - Static method in class org.bremersee.exception.ImmutableExceptionMappingConfig
-
Creates an immutable copy of a
RestApiExceptionMapperProperties.ExceptionMappingConfig
value.
D
- defaultExceptionMapping(RestApiExceptionMapperProperties.ExceptionMapping) - Method in class org.bremersee.exception.ImmutableRestApiExceptionMapperProperties.Builder
-
Initializes the value for the
defaultExceptionMapping
attribute. - defaultExceptionMappingConfig(RestApiExceptionMapperProperties.ExceptionMappingConfig) - Method in class org.bremersee.exception.ImmutableRestApiExceptionMapperProperties.Builder
-
Initializes the value for the
defaultExceptionMappingConfig
attribute. - 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
ImmutableExceptionMapping
that have equal attribute values. - equals(Object) - Method in class org.bremersee.exception.ImmutableExceptionMappingConfig
-
This instance is equal to all instances of
ImmutableExceptionMappingConfig
that have equal attribute values. - equals(Object) - Method in class org.bremersee.exception.ImmutableRestApiExceptionMapperProperties
-
This instance is equal to all instances of
ImmutableRestApiExceptionMapperProperties
that have equal attribute values. - evaluateAnnotationFirst(Boolean) - Method in class org.bremersee.exception.ImmutableExceptionMappingConfig.Builder
-
Initializes the value for the
evaluateAnnotationFirst
attribute. - exceptionClassName(String) - Method in class org.bremersee.exception.ImmutableExceptionMapping.Builder
-
Initializes the value for the
exceptionClassName
attribute. - exceptionClassName(String) - Method in class org.bremersee.exception.ImmutableExceptionMappingConfig.Builder
-
Initializes the value for the
exceptionClassName
attribute. - exceptionMappingConfigs(Iterable<? extends RestApiExceptionMapperProperties.ExceptionMappingConfig>) - Method in class org.bremersee.exception.ImmutableRestApiExceptionMapperProperties.Builder
-
Sets or replaces all elements for
exceptionMappingConfigs
list. - exceptionMappings(Iterable<? extends RestApiExceptionMapperProperties.ExceptionMapping>) - Method in class org.bremersee.exception.ImmutableRestApiExceptionMapperProperties.Builder
-
Sets or replaces all elements for
exceptionMappings
list.
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
RestApiExceptionMapperProperties
instance. - from(RestApiExceptionMapperProperties.ExceptionMapping) - Method in class org.bremersee.exception.ImmutableExceptionMapping.Builder
-
Fill a builder with attribute values from the provided
ExceptionMapping
instance. - from(RestApiExceptionMapperProperties.ExceptionMappingConfig) - Method in class org.bremersee.exception.ImmutableExceptionMappingConfig.Builder
-
Fill a builder with attribute values from the provided
ExceptionMappingConfig
instance. - 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
includeApplicationName
attribute. - includeCause(Boolean) - Method in class org.bremersee.exception.ImmutableExceptionMappingConfig.Builder
-
Initializes the value for the
includeCause
attribute. - includeException(Boolean) - Method in class org.bremersee.exception.ImmutableExceptionMappingConfig.Builder
-
Initializes the value for the
includeException
attribute. - includeHandler(Boolean) - Method in class org.bremersee.exception.ImmutableExceptionMappingConfig.Builder
-
Initializes the value for the
includeHandler
attribute. - includeMessage(Boolean) - Method in class org.bremersee.exception.ImmutableExceptionMappingConfig.Builder
-
Initializes the value for the
includeMessage
attribute. - includePath(Boolean) - Method in class org.bremersee.exception.ImmutableExceptionMappingConfig.Builder
-
Initializes the value for the
includePath
attribute. - includeStackTrace(Boolean) - Method in class org.bremersee.exception.ImmutableExceptionMappingConfig.Builder
-
Initializes the value for the
includeStackTrace
attribute.
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
message
attribute.
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
status
attribute.
T
- toString() - Method in class org.bremersee.exception.ImmutableExceptionMapping
-
Prints the immutable value
ExceptionMapping
with attribute values. - toString() - Method in class org.bremersee.exception.ImmutableExceptionMappingConfig
-
Prints the immutable value
ExceptionMappingConfig
with attribute values. - toString() - Method in class org.bremersee.exception.ImmutableRestApiExceptionMapperProperties
-
Prints the immutable value
RestApiExceptionMapperProperties
with 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
code
attribute. - withDefaultExceptionMapping(RestApiExceptionMapperProperties.ExceptionMapping) - Method in class org.bremersee.exception.ImmutableRestApiExceptionMapperProperties
-
Copy the current immutable object by setting a value for the
defaultExceptionMapping
attribute. - withDefaultExceptionMappingConfig(RestApiExceptionMapperProperties.ExceptionMappingConfig) - Method in class org.bremersee.exception.ImmutableRestApiExceptionMapperProperties
-
Copy the current immutable object by setting a value for the
defaultExceptionMappingConfig
attribute. - withEvaluateAnnotationFirst(Boolean) - Method in class org.bremersee.exception.ImmutableExceptionMappingConfig
-
Copy the current immutable object by setting a value for the
evaluateAnnotationFirst
attribute. - withExceptionClassName(String) - Method in class org.bremersee.exception.ImmutableExceptionMapping
-
Copy the current immutable object by setting a value for the
exceptionClassName
attribute. - withExceptionClassName(String) - Method in class org.bremersee.exception.ImmutableExceptionMappingConfig
-
Copy the current immutable object by setting a value for the
exceptionClassName
attribute. - 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
includeApplicationName
attribute. - withIncludeCause(Boolean) - Method in class org.bremersee.exception.ImmutableExceptionMappingConfig
-
Copy the current immutable object by setting a value for the
includeCause
attribute. - withIncludeException(Boolean) - Method in class org.bremersee.exception.ImmutableExceptionMappingConfig
-
Copy the current immutable object by setting a value for the
includeException
attribute. - withIncludeHandler(Boolean) - Method in class org.bremersee.exception.ImmutableExceptionMappingConfig
-
Copy the current immutable object by setting a value for the
includeHandler
attribute. - withIncludeMessage(Boolean) - Method in class org.bremersee.exception.ImmutableExceptionMappingConfig
-
Copy the current immutable object by setting a value for the
includeMessage
attribute. - withIncludePath(Boolean) - Method in class org.bremersee.exception.ImmutableExceptionMappingConfig
-
Copy the current immutable object by setting a value for the
includePath
attribute. - withIncludeStackTrace(Boolean) - Method in class org.bremersee.exception.ImmutableExceptionMappingConfig
-
Copy the current immutable object by setting a value for the
includeStackTrace
attribute. - withMessage(String) - Method in class org.bremersee.exception.ImmutableExceptionMapping
-
Copy the current immutable object by setting a value for the
message
attribute. - withStatus(int) - Method in class org.bremersee.exception.ImmutableExceptionMapping
-
Copy the current immutable object by setting a value for the
status
attribute.
X
- XML - Enum constant in enum class org.bremersee.exception.RestApiResponseType
-
Xml rest api response type.
All Classes and Interfaces|All Packages|Serialized Form