| Package | Description | 
|---|---|
| com.fasterxml.jackson.databind.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. 
 | 
Copyright © 2012-2013 FasterXML. All Rights Reserved.