Uses of Enum Class
org.kiwiproject.json.JsonHelper.MergeOption
Packages that use JsonHelper.MergeOption
-
Uses of JsonHelper.MergeOption in org.kiwiproject.json
Methods in org.kiwiproject.json that return JsonHelper.MergeOptionModifier and TypeMethodDescriptionstatic JsonHelper.MergeOptionReturns the enum constant of this class with the specified name.static JsonHelper.MergeOption[]JsonHelper.MergeOption.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.kiwiproject.json with parameters of type JsonHelper.MergeOptionModifier and TypeMethodDescriptioncom.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.