public class JsonUtils
extends Object
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
JsonUtils
public JsonUtils()
-
Method Details
-
getValue
public static String getValue(com.fasterxml.jackson.databind.JsonNode root,
String path)
-
getArray
public static List<String> getArray(com.fasterxml.jackson.databind.JsonNode root,
String path)