public class DefaultAsyncN1qlQueryRow extends Object implements AsyncN1qlQueryRow
Constructor and Description |
---|
DefaultAsyncN1qlQueryRow(byte[] value) |
Modifier and Type | Method and Description |
---|---|
byte[] |
byteValue() |
String |
toString() |
JsonObject |
value()
Return the
JsonObject representation of the JSON corresponding to this row. |
public byte[] byteValue()
byteValue
in interface AsyncN1qlQueryRow
public JsonObject value()
Return the JsonObject
representation of the JSON corresponding to this row. The JsonObject
is lazily created from byteValue()
the first time it is requested.
value
in interface AsyncN1qlQueryRow
TranscodingException
- if the lazy deserialization couldn’t be performed due to a Jackson error.Copyright © 2015 Couchbase, Inc.