Class FlowableJackson2ObjectNode
java.lang.Object
org.flowable.common.engine.impl.json.jackson2.FlowableJackson2JsonNode<com.fasterxml.jackson.databind.node.ObjectNode>
org.flowable.common.engine.impl.json.jackson2.FlowableJackson2ObjectNode
- All Implemented Interfaces:
FlowableJsonNode, FlowableObjectNode
public class FlowableJackson2ObjectNode
extends FlowableJackson2JsonNode<com.fasterxml.jackson.databind.node.ObjectNode>
implements FlowableObjectNode
- Author:
- Filip Hrisafov
-
Field Summary
Fields inherited from class FlowableJackson2JsonNode
jsonNode -
Constructor Summary
ConstructorsConstructorDescriptionFlowableJackson2ObjectNode(com.fasterxml.jackson.databind.node.ObjectNode jsonNode) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidvoidput(String propertyName, BigDecimal value) voidput(String propertyName, BigInteger value) voidvoidset(String propertyName, FlowableJsonNode value) Methods inherited from class FlowableJackson2JsonNode
asJsonNode, asJsonNode, asString, asString, booleanValue, doubleValue, get, get, getImplementationValue, getNodeType, has, intValue, isBigDecimal, isBigInteger, isBoolean, isContainer, isDouble, isFloat, isInt, isLong, isMissingNode, isNull, isNumber, isShort, isString, isValueNode, longValue, numberValue, path, path, propertyNames, size, wrapMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface FlowableJsonNode
asString, asString, booleanValue, doubleValue, get, get, getImplementationValue, getNodeType, has, intValue, isBigDecimal, isBigInteger, isBoolean, isContainer, isDouble, isFloat, isInt, isLong, isMissingNode, isNull, isNumber, isShort, isString, isValueNode, longValue, numberValue, path, path, propertyNames, size
-
Constructor Details
-
FlowableJackson2ObjectNode
public FlowableJackson2ObjectNode(com.fasterxml.jackson.databind.node.ObjectNode jsonNode)
-
-
Method Details
-
put
- Specified by:
putin interfaceFlowableObjectNode
-
put
- Specified by:
putin interfaceFlowableObjectNode
-
put
- Specified by:
putin interfaceFlowableObjectNode
-
put
- Specified by:
putin interfaceFlowableObjectNode
-
put
- Specified by:
putin interfaceFlowableObjectNode
-
put
- Specified by:
putin interfaceFlowableObjectNode
-
put
- Specified by:
putin interfaceFlowableObjectNode
-
put
- Specified by:
putin interfaceFlowableObjectNode
-
put
- Specified by:
putin interfaceFlowableObjectNode
-
put
- Specified by:
putin interfaceFlowableObjectNode
-
putNull
- Specified by:
putNullin interfaceFlowableObjectNode
-
putArray
- Specified by:
putArrayin interfaceFlowableObjectNode
-
set
- Specified by:
setin interfaceFlowableObjectNode
-
putObject
- Specified by:
putObjectin interfaceFlowableObjectNode
-