Uses of Class
org.codehaus.jackson.node.LongNode
-
Packages that use LongNode Package Description org.codehaus.jackson.node Contains concreteJsonNode
implementations Jackson uses for the Tree model. -
-
Uses of LongNode in org.codehaus.jackson.node
Methods in org.codehaus.jackson.node that return LongNode Modifier and Type Method Description static LongNode
LongNode. valueOf(long l)
-