Uses of Class
com.fasterxml.jackson.databind.node.NullNode

Packages that use NullNode
com.fasterxml.jackson.databind.node Contains concrete JsonNode implementations Jackson uses for the Tree model. 
 

Uses of NullNode in com.fasterxml.jackson.databind.node
 

Fields in com.fasterxml.jackson.databind.node declared as NullNode
static NullNode NullNode.instance
           
 

Methods in com.fasterxml.jackson.databind.node that return NullNode
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 fasterxml.com. All Rights Reserved.