Class FlowableJackson2ArrayNode
java.lang.Object
org.flowable.common.engine.impl.json.jackson2.FlowableJackson2JsonNode<com.fasterxml.jackson.databind.node.ArrayNode>
org.flowable.common.engine.impl.json.jackson2.FlowableJackson2ArrayNode
- All Implemented Interfaces:
Iterable<FlowableJsonNode>,FlowableArrayNode,FlowableJsonNode
public class FlowableJackson2ArrayNode
extends FlowableJackson2JsonNode<com.fasterxml.jackson.databind.node.ArrayNode>
implements FlowableArrayNode
- Author:
- Filip Hrisafov
-
Field Summary
Fields inherited from class org.flowable.common.engine.impl.json.jackson2.FlowableJackson2JsonNode
jsonNode -
Constructor Summary
ConstructorsConstructorDescriptionFlowableJackson2ArrayNode(com.fasterxml.jackson.databind.node.ArrayNode arrayNode) -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(byte[] value) voidvoidvoidvoidvoidvoidvoidvoidadd(BigDecimal value) voidadd(BigInteger value) voidadd(FlowableJsonNode value) voidaddNull()iterator()voidvoidvoidvoidvoidvoidvoidset(int index, BigDecimal value) voidset(int index, BigInteger value) voidset(int index, FlowableJsonNode value) voidsetNull(int index) Methods inherited from class org.flowable.common.engine.impl.json.jackson2.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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.flowable.common.engine.impl.json.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, sizeMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
FlowableJackson2ArrayNode
public FlowableJackson2ArrayNode(com.fasterxml.jackson.databind.node.ArrayNode arrayNode)
-
-
Method Details
-
iterator
- Specified by:
iteratorin interfaceIterable<FlowableJsonNode>
-
set
- Specified by:
setin interfaceFlowableArrayNode
-
set
- Specified by:
setin interfaceFlowableArrayNode
-
set
- Specified by:
setin interfaceFlowableArrayNode
-
set
- Specified by:
setin interfaceFlowableArrayNode
-
set
- Specified by:
setin interfaceFlowableArrayNode
-
set
- Specified by:
setin interfaceFlowableArrayNode
-
set
- Specified by:
setin interfaceFlowableArrayNode
-
set
- Specified by:
setin interfaceFlowableArrayNode
-
setNull
public void setNull(int index) - Specified by:
setNullin interfaceFlowableArrayNode
-
set
- Specified by:
setin interfaceFlowableArrayNode
-
add
- Specified by:
addin interfaceFlowableArrayNode
-
add
- Specified by:
addin interfaceFlowableArrayNode
-
add
- Specified by:
addin interfaceFlowableArrayNode
-
add
- Specified by:
addin interfaceFlowableArrayNode
-
add
- Specified by:
addin interfaceFlowableArrayNode
-
add
public void add(byte[] value) - Specified by:
addin interfaceFlowableArrayNode
-
add
- Specified by:
addin interfaceFlowableArrayNode
-
add
- Specified by:
addin interfaceFlowableArrayNode
-
add
- Specified by:
addin interfaceFlowableArrayNode
-
add
- Specified by:
addin interfaceFlowableArrayNode
-
add
- Specified by:
addin interfaceFlowableArrayNode
-
addNull
public void addNull()- Specified by:
addNullin interfaceFlowableArrayNode
-