Uses of Class
com.couchbase.client.core.msg.kv.SubdocGetResponse
-
Packages that use SubdocGetResponse Package Description com.couchbase.client.core.msg.kv com.couchbase.client.core.projections -
-
Uses of SubdocGetResponse in com.couchbase.client.core.msg.kv
Methods in com.couchbase.client.core.msg.kv that return SubdocGetResponse Modifier and Type Method Description SubdocGetResponseSubdocGetRequest. decode(com.couchbase.client.core.deps.io.netty.buffer.ByteBuf response, KeyValueChannelContext ctx) -
Uses of SubdocGetResponse in com.couchbase.client.core.projections
Methods in com.couchbase.client.core.projections with parameters of type SubdocGetResponse Modifier and Type Method Description static byte[]ProjectionsApplier. reconstructDocument(SubdocGetResponse subdocGetResponse)Returns the bytes of a JSON Object created by projecting the subdoc response fields into the object structure.
-