Uses of Interface
com.couchbase.client.java.codec.Decoder
-
Packages that use Decoder Package Description com.couchbase.client.java.codec Utilities and interfaces for encoding and decoding.com.couchbase.client.java.kv Namespace for various kv-service related classes. -
-
Uses of Decoder in com.couchbase.client.java.codec
Classes in com.couchbase.client.java.codec that implement Decoder Modifier and Type Class Description class
DefaultDecoder
-
Uses of Decoder in com.couchbase.client.java.kv
Methods in com.couchbase.client.java.kv with parameters of type Decoder Modifier and Type Method Description <T> T
GetResult. contentAs(Class<T> target, Decoder<T> decoder)
Decodes the content of the document into a the target class using a custom decoder.<T> T
LookupInResult. contentAs(int index, Class<T> target, Decoder<T> decoder)
Decodes the content at the given index into the target class with a custom decoder.<T> T
MutateInResult. contentAs(int index, Class<T> target, Decoder<T> decoder)
Decodes the content at the given index into the target class with a custom decoder.
-