Uses of Interface
com.couchbase.client.java.codec.Encoder
-
Packages that use Encoder Package Description com.couchbase.client.java.codec com.couchbase.client.java.kv -
-
Uses of Encoder in com.couchbase.client.java.codec
Classes in com.couchbase.client.java.codec that implement Encoder Modifier and Type Class Description class
DefaultEncoder
The default encoder used which registers common types and knows how to encode them into their binary representation with the proper flags. -
Uses of Encoder in com.couchbase.client.java.kv
Fields in com.couchbase.client.java.kv declared as Encoder Modifier and Type Field Description static Encoder
EncoderUtil. ENCODER
Methods in com.couchbase.client.java.kv that return Encoder Modifier and Type Method Description Encoder
InsertOptions.Built. encoder()
Encoder
ReplaceOptions.Built. encoder()
Encoder
UpsertOptions.Built. encoder()
Methods in com.couchbase.client.java.kv with parameters of type Encoder Modifier and Type Method Description ArrayAddUnique
ArrayAddUnique. encoder(Encoder encoder)
Sets a custom encoder, allowing any data type to be encoded.ArrayAppend
ArrayAppend. encoder(Encoder encoder)
Sets a custom encoder, allowing any data type to be encoded.ArrayInsert
ArrayInsert. encoder(Encoder encoder)
Sets a custom encoder, allowing any data type to be encoded.ArrayPrepend
ArrayPrepend. encoder(Encoder encoder)
Sets a custom encoder, allowing any data type to be encoded.FullDocument
FullDocument. encoder(Encoder encoder)
Sets a custom encoder, allowing any data type to be encoded.Insert
Insert. encoder(Encoder encoder)
Sets a custom encoder, allowing any data type to be encoded.InsertOptions
InsertOptions. encoder(Encoder encoder)
Replace
Replace. encoder(Encoder encoder)
Sets a custom encoder, allowing any data type to be encoded.ReplaceOptions
ReplaceOptions. encoder(Encoder encoder)
Upsert
Upsert. encoder(Encoder encoder)
Sets a custom encoder, allowing any data type to be encoded.UpsertOptions
UpsertOptions. encoder(Encoder encoder)
-