Package com.couchbase.client.java.kv
Class ReplaceBodyWithXattr
java.lang.Object
com.couchbase.client.java.kv.MutateInSpec
com.couchbase.client.java.kv.ReplaceBodyWithXattr
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontoCore(JsonSerializer serializer) Internal operation called from the encoding side that encodes the spec into its internal representation.Methods inherited from class com.couchbase.client.java.kv.MutateInSpec
arrayAddUnique, arrayAppend, arrayInsert, arrayPrepend, decrement, increment, insert, remove, replace, upsert
-
Constructor Details
-
ReplaceBodyWithXattr
-
-
Method Details
-
toCore
Description copied from class:MutateInSpecInternal operation called from the encoding side that encodes the spec into its internal representation.- Specified by:
toCorein classMutateInSpec- Parameters:
serializer- the serializer that should be used.- Returns:
- the encoded command.
-