public class JacksonUtil
extends Object
-
Constructor Summary
Constructors
-
Method Summary
getLong(String name,
com.fasterxml.jackson.databind.JsonNode node)
getText(String name,
com.fasterxml.jackson.databind.JsonNode node)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
JacksonUtil
public JacksonUtil()
-
Method Details
-
getText
public static String getText(String name,
com.fasterxml.jackson.databind.JsonNode node)
-
getLong
public static Long getLong(String name,
com.fasterxml.jackson.databind.JsonNode node)