marklogic / java-client-api

Java client for the MarkLogic enterprise NoSQL database
https://docs.marklogic.com/guide/java
Apache License 2.0
58 stars 73 forks source link

Prototype of implementing PatchBuilder #1653

Closed rjrudin closed 3 months ago

rjrudin commented 3 months ago

Only doing a simple test of replaceValue.

This all looks doable, but the value seems questionable. Would be heavily assuming that any implementation of ServerExpression passed to one of the patch builders will "just work" in terms of being serialized to the correct JSON.