Class TypeRef<T>
java.lang.Object
com.couchbase.columnar.client.java.codec.TypeRef<T>
- Type Parameters:
T- The type to represent
Conveys generic type information at run time.
Create an anonymous subclass parameterized with the type you want to represent. For example:
Immutable.TypeRef<List<String>> listOfStrings = newTypeRef<List<String>>(){};
- Implementation Note:
- Uses the technique described in Neal Gafter's article on Super Type Tokens.
-
Constructor Summary
Constructors -
Method Summary