public abstract class AbstractDigester extends Object implements Digester
Modifier and Type | Field and Description |
---|---|
protected static com.fasterxml.jackson.databind.node.JsonNodeFactory |
FACTORY |
protected String |
keyword |
Modifier | Constructor and Description |
---|---|
protected |
AbstractDigester(String keyword,
com.github.fge.jsonschema.util.NodeType first,
com.github.fge.jsonschema.util.NodeType... other) |
Modifier and Type | Method and Description |
---|---|
EnumSet<com.github.fge.jsonschema.util.NodeType> |
supportedTypes()
Return the instance types handled by this digested form
|
String |
toString() |
protected static final com.fasterxml.jackson.databind.node.JsonNodeFactory FACTORY
protected final String keyword
protected AbstractDigester(String keyword, com.github.fge.jsonschema.util.NodeType first, com.github.fge.jsonschema.util.NodeType... other)
public final EnumSet<com.github.fge.jsonschema.util.NodeType> supportedTypes()
Digester
supportedTypes
in interface Digester
NodeType
sCopyright © 2014. All Rights Reserved.