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 |
|---|---|
JsonNode |
digest(JsonNode schema)
Digest a schema into a simplified form
|
static Digester |
getInstance() |
supportedTypes, toString