Uses of Class
com.couchbase.client.core.msg.kv.SubdocGetResponse
Packages that use SubdocGetResponse
-
Uses of SubdocGetResponse in com.couchbase.client.core.msg.kv
Methods in com.couchbase.client.core.msg.kv that return SubdocGetResponseModifier and TypeMethodDescriptionSubdocGetRequest.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 SubdocGetResponseModifier and TypeMethodDescriptionstatic byte[]
ProjectionsApplier.reconstructDocument
(SubdocGetResponse subdocGetResponse) Returns the bytes of a JSON Object created by projecting the subdoc response fields into the object structure.