public class JsonFunctionDelegateUtils extends Object
| Constructor and Description |
|---|
JsonFunctionDelegateUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addToArray(com.fasterxml.jackson.databind.node.ArrayNode arrayNode,
Object object) |
protected static com.fasterxml.jackson.databind.ObjectMapper |
getObjectMapper() |
static com.fasterxml.jackson.databind.node.ArrayNode |
newArrayNode() |
static com.fasterxml.jackson.databind.node.ArrayNode |
newArrayNode(int size) |
static com.fasterxml.jackson.databind.node.ObjectNode |
newObjectNode() |
public static com.fasterxml.jackson.databind.node.ObjectNode newObjectNode()
public static com.fasterxml.jackson.databind.node.ArrayNode newArrayNode()
public static com.fasterxml.jackson.databind.node.ArrayNode newArrayNode(int size)
protected static com.fasterxml.jackson.databind.ObjectMapper getObjectMapper()
public static void addToArray(com.fasterxml.jackson.databind.node.ArrayNode arrayNode,
Object object)