Uses of Class
com.couchbase.columnar.client.java.codec.TypeRef
Packages that use TypeRef
Package
Description
Start here by creating a
Cluster.Classes that turn query result rows into Java objects
when you call
row.as(Class) or row.as(TypeRef).Classes in this package are not part of the SDK's public API,
and may change in any way at any time.
-
Uses of TypeRef in com.couchbase.columnar.client.java
Methods in com.couchbase.columnar.client.java with parameters of type TypeRefModifier and TypeMethodDescription<T> TReturns the content of the row deserialized as an instance of the specified type.<T> @Nullable TRow.asNullable(TypeRef<T> type) Returns the content of the row deserialized as an instance of the specified type, or null if the row content is a literal null. -
Uses of TypeRef in com.couchbase.columnar.client.java.codec
Methods in com.couchbase.columnar.client.java.codec with parameters of type TypeRefModifier and TypeMethodDescription<T> @Nullable TDeserializer.deserialize(TypeRef<T> target, byte[] input) Deserializes raw input into the target type.<T> TJacksonDeserializer.deserialize(TypeRef<T> target, byte[] input) -
Uses of TypeRef in com.couchbase.columnar.client.java.internal
Methods in com.couchbase.columnar.client.java.internal with parameters of type TypeRefModifier and TypeMethodDescription<T> TInternalJacksonSerDes.deserialize(TypeRef<T> target, byte[] input)