public final class MinimumDigester extends NumericDigester
minimum
This uses NumericDigester
as a base, and also stores information
about the presence (or not) of exclusiveMinimum
.
FACTORY, keyword
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
digest(com.fasterxml.jackson.databind.JsonNode schema)
Digest a schema into a simplified form
|
static Digester |
getInstance() |
digestedNumberNode
supportedTypes, toString
public static Digester getInstance()
public com.fasterxml.jackson.databind.JsonNode digest(com.fasterxml.jackson.databind.JsonNode schema)
Digester
schema
- the schema to digestCopyright © 2014. All Rights Reserved.