Package | Description |
---|---|
org.codehaus.jackson.node |
Contains concrete
JsonNode implementations
Jackson uses for the Tree model. |
Modifier and Type | Method and Description |
---|---|
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.
|