public class JacksonJsonNodeHelper extends GenericJsonConfigurationHelper<com.fasterxml.jackson.databind.JsonNode>
JsonNode,
with JSONPath capabilities.| Constructor and Description |
|---|
JacksonJsonNodeHelper(com.fasterxml.jackson.databind.JsonNode jsonNode)
Creates a new helper for the given
JsonNode. |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationMerger<com.fasterxml.jackson.databind.JsonNode> |
configurationMerger() |
get, getBean, getBoolean, getDouble, getInteger, getLong, getMandatoryBoolean, getMandatoryDouble, getMandatoryInteger, getMandatoryLong, getMandatoryString, getStringequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitnewInstancepublic JacksonJsonNodeHelper(com.fasterxml.jackson.databind.JsonNode jsonNode)
JsonNode.jsonNode - the JSON document to be setpublic ConfigurationMerger<com.fasterxml.jackson.databind.JsonNode> configurationMerger()
Copyright © 2022. All rights reserved.