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.jackson.NodeType first,
com.github.fge.jackson.NodeType... other) |
Modifier and Type | Method and Description |
---|---|
JsonNode |
digest(JsonNode schema)
Digest a schema into a simplified form
|
supportedTypes, toString
public SimpleDigester(String keyword, com.github.fge.jackson.NodeType first, com.github.fge.jackson.NodeType... other)
Copyright © 2013. All Rights Reserved.