程序包 | 说明 |
---|---|
org.codehaus.jackson.node |
Contains concrete
JsonNode implementations
Jackson uses for the Tree model. |
限定符和类型 | 方法和说明 |
---|---|
TextNode |
JsonNodeFactory.textNode(String text)
Factory method for constructing a node that represents JSON
String value
|
TextNode |
ContainerNode.textNode(String text) |
static TextNode |
TextNode.valueOf(String v)
Factory method that should be used to construct instances.
|