Class FlowableJackson3ObjectNode
java.lang.Object
org.flowable.common.engine.impl.json.jackson3.FlowableJackson3JsonNode<tools.jackson.databind.node.ObjectNode>
org.flowable.common.engine.impl.json.jackson3.FlowableJackson3ObjectNode
- All Implemented Interfaces:
FlowableJsonNode, FlowableObjectNode
public class FlowableJackson3ObjectNode
extends FlowableJackson3JsonNode<tools.jackson.databind.node.ObjectNode>
implements FlowableObjectNode
- Author:
- Filip Hrisafov
-
Field Summary
Fields inherited from class FlowableJackson3JsonNode
jsonNode -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidvoidput(String propertyName, BigDecimal value) voidput(String propertyName, BigInteger value) voidvoidset(String propertyName, FlowableJsonNode value) Methods inherited from class FlowableJackson3JsonNode
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
-
FlowableJackson3ObjectNode
public FlowableJackson3ObjectNode(tools.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
-