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

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

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

Methods in com.fasterxml.jackson.databind.node that return LongNode
static LongNode LongNode.valueOf(long l)
           
 



Copyright © 2012 fasterxml.com. All Rights Reserved.