Uses of Class
com.couchbase.client.java.kv.ArrayPrepend
-
Packages that use ArrayPrepend Package Description com.couchbase.client.java.kv -
-
Uses of ArrayPrepend in com.couchbase.client.java.kv
Methods in com.couchbase.client.java.kv that return ArrayPrepend Modifier and Type Method Description static <T> ArrayPrepend
MutateInSpec. arrayPrepend(String path, Object value)
Creates a command with the intention of prepending a value to an existing JSON array.ArrayPrepend
ArrayPrepend. createPath()
Sets that this parent fields should be created automatically.ArrayPrepend
ArrayPrepend. encoder(Encoder encoder)
Sets a custom encoder, allowing any data type to be encoded.ArrayPrepend
ArrayPrepend. expandMacro()
Sets that this contains a macro that should be expanded on the server.ArrayPrepend
ArrayPrepend. xattr()
Sets that this is an extended attribute (xattr) field.
-