Package | Description |
---|---|
com.github.fge.jsonschema.processing |
Modifier and Type | Field and Description |
---|---|
protected LogThreshold |
ProcessingContext.currentThreshold |
protected LogThreshold |
ProcessingContext.exceptionThreshold |
protected LogThreshold |
ProcessingContext.logThreshold |
Modifier and Type | Method and Description |
---|---|
LogThreshold |
ProcessingMessage.getThreshold() |
static LogThreshold |
LogThreshold.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogThreshold[] |
LogThreshold.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ProcessingContext.setExceptionThreshold(LogThreshold threshold) |
ProcessingMessage |
ProcessingMessage.setLogThreshold(LogThreshold threshold) |
void |
ProcessingContext.setLogThreshold(LogThreshold threshold) |
Copyright © 2013. All Rights Reserved.