Package com.couchbase.client.java.kv
Class ReplaceBodyWithXattr
- java.lang.Object
-
- com.couchbase.client.java.kv.MutateInSpec
-
- com.couchbase.client.java.kv.ReplaceBodyWithXattr
-
@Internal public class ReplaceBodyWithXattr extends MutateInSpec
-
-
Constructor Summary
Constructors Constructor Description ReplaceBodyWithXattr(String src)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.couchbase.client.core.api.kv.CoreSubdocMutateCommand
toCore(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 Detail
-
ReplaceBodyWithXattr
public ReplaceBodyWithXattr(String src)
-
-
Method Detail
-
toCore
public com.couchbase.client.core.api.kv.CoreSubdocMutateCommand toCore(JsonSerializer serializer)
Description copied from class:MutateInSpec
Internal operation called from the encoding side that encodes the spec into its internal representation.- Specified by:
toCore
in classMutateInSpec
- Parameters:
serializer
- the serializer that should be used.- Returns:
- the encoded command.
-
-