Modifier and Type | Method and Description |
---|---|
ResponseBuilder |
ResponseBuilder.withMapper(ResponseMapper<?> responseMapper) |
<ThrowableT extends Throwable> |
AbstractExceptionMapper.withMapper(ResponseMapper<ThrowableT> mapper)
Adds the given
ResponseMapper for the Throwable specified insider the mapper. |
<ThrowableT extends Throwable & WithErrorResponse> |
AbstractExceptionMapper.withMapper(ResponseMapper<ThrowableT> responseMapper,
LogLevel logLevel)
Adds the given
ResponseMapper for the Throwable specified insider the mapper. |
<ThrowableT extends Throwable & WithErrorResponse> |
ResponseBuilder.withMapper(ResponseMapper<ThrowableT> responseMapper,
LogLevel logLevel) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractResponseMapper<T extends Throwable> |
class |
ConstraintViolationExceptionMapper |
class |
EntityAlreadyExistsExceptionMapper |
class |
EntityNotFoundExceptionMapper |
class |
IllegalArgumentExceptionMapper |
class |
JsonSyntaxExceptionMapper |
class |
NumberFormatExceptionMapper |
class |
PropertyBindingExceptionMapper |
class |
RuntimeExceptionMapper |
class |
StringParsingExceptionMapper |
class |
TimeoutExceptionMapper |
class |
UnsupportedOperationExceptionMapper |
Modifier and Type | Class and Description |
---|---|
class |
NotFoundExceptionMapper |
class |
WebApplicationExceptionMapper |
Copyright © 2018 SAP SE. All rights reserved.