public final class IdentityDigester extends AbstractDigester
This is the most simple of digesters, which will return its input as the digested forms. If you choose to use it, you will therefore only have to provide the list of types supported by your keyword.
FACTORY, keyword
Constructor and Description |
---|
IdentityDigester(String keyword,
NodeType first,
NodeType... other)
Constructor
|
Modifier and Type | Method and Description |
---|---|
JsonNode |
digest(JsonNode schema)
Digest a schema into a simplified form
|
supportedTypes, toString