public final class RequiredDigester extends AbstractDigester
required
Its role is simply enough to ensure that, for instance, ["a", "b"]
and ["b", "a"]
produce the same output.
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() |
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.