Uses of Class
org.kiwiproject.json.JsonHelper.MergeOption
-
Packages that use JsonHelper.MergeOption Package Description org.kiwiproject.json -
-
Uses of JsonHelper.MergeOption in org.kiwiproject.json
Methods in org.kiwiproject.json that return JsonHelper.MergeOption Modifier and Type Method Description static JsonHelper.MergeOptionJsonHelper.MergeOption. valueOf(String name)Returns the enum constant of this type with the specified name.static JsonHelper.MergeOption[]JsonHelper.MergeOption. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.kiwiproject.json with parameters of type JsonHelper.MergeOption Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNodeJsonHelper. mergeNodes(com.fasterxml.jackson.databind.JsonNode destinationNode, com.fasterxml.jackson.databind.JsonNode updateNode, JsonHelper.MergeOption... mergeOptions)Updates (mutates)destinationNodewith values fromupdateNode.<T> TJsonHelper. mergeObjects(T originalObject, Object updateObject, JsonHelper.MergeOption... mergeOptions)Merge values inupdateObjectinto the original object, using the given merge options.
-