public final class JacksonUtils extends Object
A small set of utility methods over Jackson.
private
JacksonUtils()
static Set<String>
fieldNames(JsonNode node)
static Map<String,JsonNode>
nodeToMap(JsonNode node)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
private JacksonUtils()
public static Map<String,JsonNode> nodeToMap(JsonNode node)
node
public static Set<String> fieldNames(JsonNode node)
Copyright © 2012. All Rights Reserved.