Uses of Class
com.couchbase.client.java.codec.TypeRef
Package
Description
Namespace for various analytics-service related classes.
Utilities and interfaces for encoding and decoding.
Namespace for various kv-service related classes.
Namespace for various query-service related classes.
Holds search result classes and interfaces.
Namespace for various view-service related classes.
-
Uses of TypeRef in com.couchbase.client.java.analytics
-
Uses of TypeRef in com.couchbase.client.java.codec
Modifier and TypeMethodDescription<T> T
<T> T
default <T> T
Decodes the wire representation into the entity based on the data format.<T> T
DefaultJsonSerializer.deserialize
(TypeRef<T> target, byte[] input) <T> T
JacksonJsonSerializer.deserialize
(TypeRef<T> target, byte[] input) default <T> T
JsonSerializer.deserialize
(TypeRef<T> target, byte[] input) Deserializes raw input into the target type.<T> T
JsonValueSerializerWrapper.deserialize
(TypeRef<T> target, byte[] input) -
Uses of TypeRef in com.couchbase.client.java.kv
Modifier and TypeMethodDescription<T> T
Decodes the content of the document into an instance of the target type.<T> T
Decodes the content at the given index into an instance of the target type.<T> T
Decodes the content at the given index into an instance of the target type with the default decoder.<T> T
MutateInResult.contentAs
(int index, TypeRef<T> target, JsonSerializer serializer) Decodes the content at the given index into an instance of the target type with a custom decoder.<T> T
Decodes the content of the document into an instance of the target type. -
Uses of TypeRef in com.couchbase.client.java.manager.raw
-
Uses of TypeRef in com.couchbase.client.java.query
-
Uses of TypeRef in com.couchbase.client.java.search.result
Modifier and TypeMethodDescription<T> T
The value of each requested field (as defined in theSearchQuery
. -
Uses of TypeRef in com.couchbase.client.java.transactions
-
Uses of TypeRef in com.couchbase.client.java.view