Uses of Class
com.couchbase.client.java.document.json.JsonValue
-
Packages that use JsonValue Package Description com.couchbase.client.java.cluster.api com.couchbase.client.java.document.json com.couchbase.client.java.query -
-
Uses of JsonValue in com.couchbase.client.java.cluster.api
Methods in com.couchbase.client.java.cluster.api with parameters of type JsonValue Modifier and Type Method Description AsyncRestBuilderAsyncRestBuilder. body(JsonValue jsonBody)Sets the body for the request, assuming it is JSON.RestBuilderRestBuilder. body(JsonValue jsonBody)Sets the body for the request, assuming it is JSON. -
Uses of JsonValue in com.couchbase.client.java.document.json
Subclasses of JsonValue in com.couchbase.client.java.document.json Modifier and Type Class Description classJsonArrayRepresents a JSON array that can be stored and loaded from Couchbase Server.classJsonNullRepresents the JSON form of "NULL".classJsonObjectRepresents a JSON object that can be stored and loaded from Couchbase Server. -
Uses of JsonValue in com.couchbase.client.java.query
Methods in com.couchbase.client.java.query that return JsonValue Modifier and Type Method Description protected abstract JsonValueAbstractN1qlQuery. statementParameters()The parameters to inject in the query, null or empty to ignore.JsonValueParameterizedN1qlQuery. statementParameters()protected JsonValueSimpleN1qlQuery. statementParameters()Methods in com.couchbase.client.java.query with parameters of type JsonValue Modifier and Type Method Description static voidAbstractN1qlQuery. populateParameters(JsonObject query, JsonValue params)Populate aJsonObjectrepresentation of a query with parameters, either positional or named.
-