public class JsonNodes extends Object
| Constructor and Description |
|---|
JsonNodes() |
| Modifier and Type | Method and Description |
|---|---|
static com.fasterxml.jackson.databind.JsonNode |
path(com.fasterxml.jackson.databind.JsonNode tree,
String... paths) |
static String |
textValue(com.fasterxml.jackson.databind.JsonNode node,
String field)
Returns the text value of the given field on an object or null if its not a value or the value is not a string
|
public static com.fasterxml.jackson.databind.JsonNode path(com.fasterxml.jackson.databind.JsonNode tree,
String... paths)
Copyright © 2076–2017 Red Hat. All rights reserved.