Uses of Interface
org.flowable.common.engine.impl.json.FlowableJsonNode
Packages that use FlowableJsonNode
Package
Description
-
Uses of FlowableJsonNode in org.flowable.common.engine.impl.el
Methods in org.flowable.common.engine.impl.el that return FlowableJsonNodeModifier and TypeMethodDescriptionprotected FlowableJsonNodeJsonNodeELResolver.getResultNode(FlowableJsonNode base, Object property, ELContext context) Methods in org.flowable.common.engine.impl.el with parameters of type FlowableJsonNodeModifier and TypeMethodDescriptionprotected FlowableJsonNodeJsonNodeELResolver.getResultNode(FlowableJsonNode base, Object property, ELContext context) -
Uses of FlowableJsonNode in org.flowable.common.engine.impl.json
Subinterfaces of FlowableJsonNode in org.flowable.common.engine.impl.jsonMethods in org.flowable.common.engine.impl.json that return FlowableJsonNodeModifier and TypeMethodDescriptionFlowableJsonNode.get(int index) FlowableJsonNode.path(int index) Methods in org.flowable.common.engine.impl.json with parameters of type FlowableJsonNodeModifier and TypeMethodDescriptionvoidFlowableArrayNode.add(FlowableJsonNode value) voidFlowableArrayNode.set(int index, FlowableJsonNode value) voidFlowableObjectNode.set(String propertyName, FlowableJsonNode value) -
Uses of FlowableJsonNode in org.flowable.common.engine.impl.json.jackson2
Classes in org.flowable.common.engine.impl.json.jackson2 that implement FlowableJsonNodeModifier and TypeClassDescriptionclassclassFlowableJackson2JsonNode<T extends com.fasterxml.jackson.databind.JsonNode>classMethods in org.flowable.common.engine.impl.json.jackson2 that return FlowableJsonNodeModifier and TypeMethodDescriptionFlowableJackson2JsonNode.get(int index) FlowableJackson2JsonNode.path(int index) static FlowableJsonNodeFlowableJackson2JsonNode.wrap(com.fasterxml.jackson.databind.JsonNode jsonNode) Methods in org.flowable.common.engine.impl.json.jackson2 that return types with arguments of type FlowableJsonNodeMethods in org.flowable.common.engine.impl.json.jackson2 with parameters of type FlowableJsonNodeModifier and TypeMethodDescriptionvoidFlowableJackson2ArrayNode.add(FlowableJsonNode value) protected static com.fasterxml.jackson.databind.JsonNodeFlowableJackson2JsonNode.asJsonNode(FlowableJsonNode value) voidFlowableJackson2ArrayNode.set(int index, FlowableJsonNode value) voidFlowableJackson2ObjectNode.set(String propertyName, FlowableJsonNode value) -
Uses of FlowableJsonNode in org.flowable.common.engine.impl.json.jackson3
Classes in org.flowable.common.engine.impl.json.jackson3 that implement FlowableJsonNodeModifier and TypeClassDescriptionclassclassFlowableJackson3JsonNode<T extends tools.jackson.databind.JsonNode>classMethods in org.flowable.common.engine.impl.json.jackson3 that return FlowableJsonNodeModifier and TypeMethodDescriptionFlowableJackson3JsonNode.get(int index) FlowableJackson3JsonNode.path(int index) static FlowableJsonNodeFlowableJackson3JsonNode.wrap(tools.jackson.databind.JsonNode jsonNode) Methods in org.flowable.common.engine.impl.json.jackson3 that return types with arguments of type FlowableJsonNodeMethods in org.flowable.common.engine.impl.json.jackson3 with parameters of type FlowableJsonNodeModifier and TypeMethodDescriptionvoidFlowableJackson3ArrayNode.add(FlowableJsonNode value) protected static tools.jackson.databind.JsonNodeFlowableJackson3JsonNode.asJsonNode(FlowableJsonNode value) voidFlowableJackson3ArrayNode.set(int index, FlowableJsonNode value) voidFlowableJackson3ObjectNode.set(String propertyName, FlowableJsonNode value) -
Uses of FlowableJsonNode in org.flowable.common.engine.impl.util
Methods in org.flowable.common.engine.impl.util that return FlowableJsonNodeModifier and TypeMethodDescriptionstatic FlowableJsonNodeJsonUtil.asFlowableJsonNode(Object value) -
Uses of FlowableJsonNode in org.flowable.dmn.engine.impl.el.util
Methods in org.flowable.dmn.engine.impl.el.util with parameters of type FlowableJsonNodeModifier and TypeMethodDescriptionprotected static ObjectDMNParseUtil.getJsonValue(FlowableJsonNode jsonNode)