| Package | Description | 
|---|---|
| com.fasterxml.jackson.databind.node | 
 Contains concrete  
JsonNode implementations
 Jackson uses for the Tree model. | 
| Modifier and Type | Field and Description | 
|---|---|
static NullNode | 
NullNode.instance  | 
| Modifier and Type | Method and Description | 
|---|---|
static NullNode | 
NullNode.getInstance()  | 
NullNode | 
JsonNodeFactory.nullNode()
Factory method for getting an instance of JSON null node (which
 represents literal null value) 
 | 
NullNode | 
ContainerNode.nullNode()  | 
Copyright © 2012-2013 FasterXML. All Rights Reserved.