Uses of Class
org.codehaus.jackson.node.LongNode

Packages that use LongNode
org.codehaus.jackson.node Contains concrete JsonNode implementations Jackson uses for the Tree model. 
 

Uses of LongNode in org.codehaus.jackson.node
 

Methods in org.codehaus.jackson.node that return LongNode
static LongNode LongNode.valueOf(long l)