Uses of Package
com.couchbase.client.java.codec
Package | Description |
---|---|
com.couchbase.client.java.analytics |
Namespace for various analytics-service related classes.
|
com.couchbase.client.java.codec |
Utilities and interfaces for encoding and decoding.
|
com.couchbase.client.java.env |
Holds classes related to the environment and its configuration.
|
com.couchbase.client.java.kv |
Namespace for various kv-service related classes.
|
com.couchbase.client.java.manager.raw | |
com.couchbase.client.java.query |
Namespace for various query-service related classes.
|
com.couchbase.client.java.search |
Namespace for various search-service related classes.
|
com.couchbase.client.java.search.result |
Holds search result classes and interfaces.
|
com.couchbase.client.java.view |
Namespace for various view-service related classes.
|
-
Classes in com.couchbase.client.java.codec used by com.couchbase.client.java.analytics Class Description JsonSerializer TheJsonSerializer
handles the serialization and deserialization of raw json data into java objects.TypeRef Conveys generic type information at run time. -
Classes in com.couchbase.client.java.codec used by com.couchbase.client.java.codec Class Description DefaultJsonSerializer The default JSON serializer.JacksonJsonSerializer A serializer backed by a user-provided JacksonObjectMapper
.JsonSerializer TheJsonSerializer
handles the serialization and deserialization of raw json data into java objects.JsonTranscoder LegacyTranscoder RawBinaryTranscoder RawJsonTranscoder RawStringTranscoder SerializableTranscoder This transcoder allows to serialize and deserialize objects if they implement theSerializable
interface.Transcoder The transcoder is responsible for transcoding KV binary packages between their binary and their java object representation.Transcoder.EncodedValue Represents the tuple of encoded value and flags to be used on the wire.TypeRef Conveys generic type information at run time. -
Classes in com.couchbase.client.java.codec used by com.couchbase.client.java.env Class Description JsonSerializer TheJsonSerializer
handles the serialization and deserialization of raw json data into java objects.Transcoder The transcoder is responsible for transcoding KV binary packages between their binary and their java object representation. -
Classes in com.couchbase.client.java.codec used by com.couchbase.client.java.kv Class Description JsonSerializer TheJsonSerializer
handles the serialization and deserialization of raw json data into java objects.Transcoder The transcoder is responsible for transcoding KV binary packages between their binary and their java object representation.TypeRef Conveys generic type information at run time. -
Classes in com.couchbase.client.java.codec used by com.couchbase.client.java.manager.raw Class Description JsonSerializer TheJsonSerializer
handles the serialization and deserialization of raw json data into java objects.TypeRef Conveys generic type information at run time. -
Classes in com.couchbase.client.java.codec used by com.couchbase.client.java.query Class Description JsonSerializer TheJsonSerializer
handles the serialization and deserialization of raw json data into java objects.TypeRef Conveys generic type information at run time. -
Classes in com.couchbase.client.java.codec used by com.couchbase.client.java.search Class Description JsonSerializer TheJsonSerializer
handles the serialization and deserialization of raw json data into java objects. -
Classes in com.couchbase.client.java.codec used by com.couchbase.client.java.search.result Class Description JsonSerializer TheJsonSerializer
handles the serialization and deserialization of raw json data into java objects.TypeRef Conveys generic type information at run time. -
Classes in com.couchbase.client.java.codec used by com.couchbase.client.java.view Class Description JsonSerializer TheJsonSerializer
handles the serialization and deserialization of raw json data into java objects.TypeRef Conveys generic type information at run time.