| Modifier and Type | Method and Description |
|---|---|
static ModelConditionNotifier |
fail()
Returns a
ModelConditionNotifier that throws an OpenApiException for any warning or error. |
static ModelConditionNotifier |
ignore()
Returns a
ModelConditionNotifier that ignores all conditions. |
static ModelConditionNotifier |
log()
Returns a
ModelConditionNotifier that logs all conditions, using the default Logger. |
static ModelConditionNotifier |
log(org.slf4j.Logger logger)
Returns a
ModelConditionNotifier that logs all conditions, using the given Logger. |
error, messageFor, warnstatic ModelConditionNotifier ignore()
ModelConditionNotifier that ignores all conditions.static ModelConditionNotifier log(org.slf4j.Logger logger)
ModelConditionNotifier that logs all conditions, using the given Logger.static ModelConditionNotifier log()
ModelConditionNotifier that logs all conditions, using the default Logger.static ModelConditionNotifier fail()
ModelConditionNotifier that throws an OpenApiException for any warning or error.Copyright © 2020 The Cornutum Project. All rights reserved.