public final class JsonNodeSupport extends Object
| Modifier and Type | Method and Description |
|---|---|
static Set<String> |
fieldNames(com.fasterxml.jackson.databind.JsonNode json) |
static Long |
getLong(com.fasterxml.jackson.databind.JsonNode json,
String field) |
static String |
getString(com.fasterxml.jackson.databind.JsonNode json,
String field) |
static Boolean |
removeBoolean(com.fasterxml.jackson.databind.node.ObjectNode json,
String field) |
static Long |
removeLong(com.fasterxml.jackson.databind.node.ObjectNode json,
String field) |
static String |
removeString(com.fasterxml.jackson.databind.node.ObjectNode json,
String field) |
public static String getString(com.fasterxml.jackson.databind.JsonNode json, String field)
public static String removeString(com.fasterxml.jackson.databind.node.ObjectNode json, String field)
public static Long removeLong(com.fasterxml.jackson.databind.node.ObjectNode json, String field)
public static Boolean removeBoolean(com.fasterxml.jackson.databind.node.ObjectNode json, String field)
Copyright © 2016–2020 Red Hat. All rights reserved.