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