Class JsonUtil
java.lang.Object
org.flowable.common.engine.impl.util.JsonUtil
- Author:
- Filip Hrisafov
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic FlowableArrayNodeasFlowableArrayNode(Object value) static FlowableJsonNodeasFlowableJsonNode(Object value) static FlowableObjectNodeasFlowableObjectNode(Object value) static tools.jackson.databind.JsonNodeasJsonNode(Object value, tools.jackson.databind.ObjectMapper objectMapper) static tools.jackson.databind.JsonNodeasJsonNode(Object value, tools.jackson.databind.ObjectMapper objectMapper, boolean allowOtherTypes) static ObjectdeepCopyIfJson(Object value) static booleanisArrayNode(Object value) static booleanisJsonNode(Object value) static booleanisObjectNode(Object value)
-
Constructor Details
-
JsonUtil
public JsonUtil()
-
-
Method Details
-
asFlowableJsonNode
-
asFlowableArrayNode
-
asFlowableObjectNode
-
asJsonNode
public static tools.jackson.databind.JsonNode asJsonNode(Object value, tools.jackson.databind.ObjectMapper objectMapper) -
asJsonNode
public static tools.jackson.databind.JsonNode asJsonNode(Object value, tools.jackson.databind.ObjectMapper objectMapper, boolean allowOtherTypes) -
deepCopyIfJson
-
isArrayNode
-
isObjectNode
-
isJsonNode
-