Uses of Class
com.couchbase.client.java.document.json.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 AsyncRestBuilder
AsyncRestBuilder. body(JsonValue jsonBody)
Sets the body for the request, assuming it is JSON.RestBuilder
RestBuilder. 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 class
JsonArray
Represents a JSON array that can be stored and loaded from Couchbase Server.class
JsonNull
Represents the JSON form of "NULL".class
JsonObject
Represents 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 JsonValue
AbstractN1qlQuery. statementParameters()
The parameters to inject in the query, null or empty to ignore.JsonValue
ParameterizedN1qlQuery. statementParameters()
protected JsonValue
SimpleN1qlQuery. statementParameters()
Methods in com.couchbase.client.java.query with parameters of type JsonValue Modifier and Type Method Description static void
AbstractN1qlQuery. populateParameters(JsonObject query, JsonValue params)
Populate aJsonObject
representation of a query with parameters, either positional or named.