Package dev.restate.serde
Class TypeRef<T>
java.lang.Object
dev.restate.serde.TypeRef<T>
- All Implemented Interfaces:
TypeTag<T>
This generic abstract class is used for obtaining full generics type information by sub-classing.
Similar to Jackson's TypeReference.
-
Nested Class Summary
Nested classes/interfaces inherited from interface dev.restate.serde.TypeTag
TypeTag.Class<T>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TypeRef
protected TypeRef()
-
-
Method Details
-
getType
-