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,
com.github.fge.jackson.NodeType first,
com.github.fge.jackson.NodeType... other) |
Modifier and Type | Method and Description |
---|---|
EnumSet<com.github.fge.jackson.NodeType> |
supportedTypes()
Return the instance types handled by this digested form
|
String |
toString() |
protected static final JsonNodeFactory FACTORY
protected final String keyword
protected AbstractDigester(String keyword, com.github.fge.jackson.NodeType first, com.github.fge.jackson.NodeType... other)
public final EnumSet<com.github.fge.jackson.NodeType> supportedTypes()
Digester
supportedTypes
in interface Digester
NodeType
sCopyright © 2013. All Rights Reserved.