Package | Description |
---|---|
com.couchbase.client.java.document |
Modifier and Type | Class and Description |
---|---|
class |
BinaryDocument
Represents raw
ByteBuf content in a document. |
class |
JsonArrayDocument
Stores a properly encoded JSON array as the toplevel type.
|
class |
JsonBooleanDocument |
class |
JsonDocument
Represents a
Document that contains a JsonObject as the content. |
class |
JsonDoubleDocument
Stores a properly encoded JSON scalar double or float as the toplevel type.
|
class |
JsonLongDocument
Stores a properly encoded JSON scalar long or int as the toplevel type.
|
class |
JsonStringDocument
Stores a properly encoded JSON scalar quoted string as the toplevel type.
|
class |
LegacyDocument
This document is fully compatible with Java SDK 1.* stored documents.
|
class |
RawJsonDocument
Represents a
Document that contains a already encoded JSON document. |
class |
SerializableDocument
Handles content which implements
Serializable . |
class |
StringDocument
Handles a raw string as the document value.
|
Copyright © 2015 Couchbase, Inc.