public static class JsonMergeOption.BuilderWithKeys extends Object
JsonMergeOption build stage that is applicable when one or more
distinct keys are specified for a given document path.| Modifier and Type | Method and Description |
|---|---|
JsonMergeOption |
thenDoADeepMerge()
Tells the algorithm to do a deep merge if two objects identified by the same key(s) are
found in both JSON documents at the path defined for the
JsonMergeOption. |
JsonMergeOption |
thenPickTheHighestPrecedenceOne()
Tells the algorithm to pick the highest precedence object when two objects identified
by the same key(s) are found in both JSON documents at the path defined for the
JsonMergeOption. |
public JsonMergeOption thenPickTheHighestPrecedenceOne()
JsonMergeOption.JsonMergeOptionpublic JsonMergeOption thenDoADeepMerge()
JsonMergeOption.JsonMergeOptionCopyright © 2025. All rights reserved.