Class TypeRef<T>

java.lang.Object
dev.restate.serde.TypeRef<T>
All Implemented Interfaces:
TypeTag<T>

public abstract class TypeRef<T> extends Object implements TypeTag<T>
This generic abstract class is used for obtaining full generics type information by sub-classing. Similar to Jackson's TypeReference.
  • Constructor Details

    • TypeRef

      protected TypeRef()
  • Method Details

    • getType

      public Type getType()