public final class SimpleDigester extends AbstractDigester
As with all digesters, however, you are required to specify what types this keyword supports.
FACTORY, keyword
Constructor and Description |
---|
SimpleDigester(String keyword,
com.github.fge.jsonschema.util.NodeType first,
com.github.fge.jsonschema.util.NodeType... other) |
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
|
supportedTypes, toString
public SimpleDigester(String keyword, com.github.fge.jsonschema.util.NodeType first, com.github.fge.jsonschema.util.NodeType... other)
public com.fasterxml.jackson.databind.JsonNode digest(com.fasterxml.jackson.databind.JsonNode schema)
Digester
schema
- the schema to digestCopyright © 2014. All Rights Reserved.