Package | Description |
---|---|
org.codehaus.jackson.node |
Contains concrete
JsonNode implementations
Jackson uses for the Tree model. |
Modifier and Type | Method | Description |
---|---|---|
TextNode |
ContainerNode.textNode(java.lang.String text) |
|
TextNode |
JsonNodeFactory.textNode(java.lang.String text) |
Factory method for constructing a node that represents JSON
String value
|
static TextNode |
TextNode.valueOf(java.lang.String v) |
Factory method that should be used to construct instances.
|