|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TextNode | |
---|---|
com.fasterxml.jackson.databind.node | Contains concrete JsonNode implementations
Jackson uses for the Tree model. |
Uses of TextNode in com.fasterxml.jackson.databind.node |
---|
Methods in com.fasterxml.jackson.databind.node that return TextNode | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |