You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
No
Describe the solution you'd like
Based on the fluent API proposed on #6, add new methods to configure fine options to be applied during the merge of arrays identified by a valid JsonPath:
For example (suggested API improvement):
// Explicitly describe the current behavior applied when no MergeOption is providedMergeOption.onPath("$.myArray")
.addDistinctObjectsOnly(); // avoid duplicate objects in the array// Add new optionMergeOption.onPath("$.myArray")
.addAll(); // additional option where duplicates must be kept
Describe alternatives you've considered
N/A
Additional context
N/a
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
No
Describe the solution you'd like
Based on the fluent API proposed on #6, add new methods to configure fine options to be applied during the merge of arrays identified by a valid JsonPath:
For example (suggested API improvement):
Describe alternatives you've considered
N/A
Additional context
N/a
The text was updated successfully, but these errors were encountered: