public abstract class AbstractDigester extends Object implements Digester
Modifier and Type | Field and Description |
---|---|
protected static JsonNodeFactory |
FACTORY |
protected String |
keyword |
Modifier | Constructor and Description |
---|---|
protected |
AbstractDigester(String keyword,
NodeType first,
NodeType... other) |
Modifier and Type | Method and Description |
---|---|
EnumSet<NodeType> |
supportedTypes()
Return the instance types handled by this digested form
|
String |
toString() |
protected static final JsonNodeFactory FACTORY
protected final String keyword