Package com.couchbase.client.java.kv
Class FullDocument
- java.lang.Object
-
- com.couchbase.client.java.kv.MutateInSpec
-
- com.couchbase.client.java.kv.FullDocument
-
@Deprecated @Internal public class FullDocument extends MutateInSpec
Deprecated.An intention to perform a SubDocument operation to upload or insert a full document.- Since:
- 1.0.0
- Author:
- Graham Pople
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description SubdocMutateRequest.Command
encode(JsonSerializer defaultSerializer)
Deprecated.FullDocument
serializer(JsonSerializer serializer)
Deprecated.Allows to customize the serializer used to encode the value.-
Methods inherited from class com.couchbase.client.java.kv.MutateInSpec
arrayAddUnique, arrayAppend, arrayInsert, arrayPrepend, decrement, fullDocument, increment, insert, remove, replace, upsert
-
-
-
-
Method Detail
-
serializer
public FullDocument serializer(JsonSerializer serializer)
Deprecated.Allows to customize the serializer used to encode the value.- Parameters:
serializer
- the serializer that should be used.- Returns:
- this, for chaining
-
encode
public SubdocMutateRequest.Command encode(JsonSerializer defaultSerializer)
Deprecated.- Specified by:
encode
in classMutateInSpec
-
-