JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Class
org.codehaus.jackson.node.TextNode
Packages that use
TextNode
Package
Description
org.codehaus.jackson.node
Contains concrete
JsonNode
implementations Jackson uses for the Tree model.
Uses of
TextNode
in
org.codehaus.jackson.node
Methods in
org.codehaus.jackson.node
that return
TextNode
Modifier and Type
Method
Description
final
TextNode
ContainerNode.
textNode
(
String
text)
TextNode
JsonNodeFactory.
textNode
(
String
text)
Factory method for constructing a node that represents JSON String value
static
TextNode
TextNode.
valueOf
(
String
v)
Factory method that should be used to construct instances.