Modifier and Type | Method and Description |
---|---|
static LogLevel |
LogLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogLevel[] |
LogLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
<ThrowableT extends Throwable & WithErrorResponse> |
ResponseBuilder.logAsLevel(Class<ThrowableT> throwableClass,
LogLevel logLevel) |
<ThrowableT extends Throwable & WithErrorResponse> |
ResponseBuilder.withMapper(ResponseMapper<ThrowableT> responseMapper,
LogLevel logLevel) |
Modifier and Type | Method and Description |
---|---|
LogLevel |
EntityAlreadyExistsExceptionMapper.getLogLevel(Throwable throwable) |
LogLevel |
ResponseMapper.getLogLevel(Throwable throwable) |
LogLevel |
StringParsingExceptionMapper.getLogLevel(Throwable throwable) |
LogLevel |
EntityNotFoundExceptionMapper.getLogLevel(Throwable throwable) |
LogLevel |
ConstraintViolationExceptionMapper.getLogLevel(Throwable throwable) |
LogLevel |
AbstractResponseMapper.getLogLevel(Throwable throwable) |
Modifier and Type | Method and Description |
---|---|
LogLevel |
ConstraintViolationExceptionMapper.getLogLevel(Throwable throwable) |
Modifier and Type | Method and Description |
---|---|
LogLevel |
NotFoundExceptionMapper.getLogLevel(Throwable throwable) |
Copyright © 2018 SAP SE. All rights reserved.