Uses of Class
com.couchbase.client.java.kv.FullDocument
-
Packages that use FullDocument Package Description com.couchbase.client.java.kv Namespace for various kv-service related classes. -
-
Uses of FullDocument in com.couchbase.client.java.kv
Methods in com.couchbase.client.java.kv that return FullDocument Modifier and Type Method Description FullDocument
FullDocument. encoder(Encoder encoder)
Sets a custom encoder, allowing any data type to be encoded.static <T> FullDocument
MutateInSpec. fullDocument(Object value)
Creates a command with the intention of upserting the full body of a JSON document.
-