Package com.couchbase.client.java.kv
Class ArrayPrepend
- java.lang.Object
-
- com.couchbase.client.java.kv.MutateInSpec
-
- com.couchbase.client.java.kv.ArrayPrepend
-
public class ArrayPrepend extends MutateInSpec
An intention to perform a SubDocument array prepend operation.- Since:
- 1.0.0
- Author:
- Graham Pople
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ArrayPrepend
createPath()
Sets that this parent fields should be created automatically.CoreSubdocMutateCommand
toCore(JsonSerializer serializer)
Internal operation called from the encoding side that encodes the spec into its internal representation.ArrayPrepend
xattr()
Sets that this is an extended attribute (xattr) field.-
Methods inherited from class com.couchbase.client.java.kv.MutateInSpec
arrayAddUnique, arrayAppend, arrayInsert, arrayPrepend, decrement, increment, insert, remove, replace, upsert
-
-
-
-
Method Detail
-
xattr
public ArrayPrepend xattr()
Sets that this is an extended attribute (xattr) field.- Returns:
- this, for chaining
-
createPath
public ArrayPrepend createPath()
Sets that this parent fields should be created automatically.- Returns:
- this, for chaining
-
toCore
public 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.
-
-