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