Searched refs:withArray (Results 1 – 5 of 5) sorted by relevance
289 ArrayNode child = root.withArray("arr"); in testValidWithArray()318 root.withArray("prop"); in testInvalidWithArray()327 root2.withArray("prop"); in testInvalidWithArray()
23 ArrayNode arr = root.withArray("matrix"); in testObjectNodeSerialization()
1102 public <T extends JsonNode> T withArray(String propertyName) { in withArray() method in JsonNode
169 public ArrayNode withArray(String propertyName) in withArray() method in ObjectNode
283 #2338: Suboptimal return type for `JsonNode.withArray()`