TypeReference

abstract class TypeReference<T>(source)

Base class used to obtain full generic type information by subclassing.

Inheritors

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

The actual kotlin type argument of subclass without erased.

Link copied to clipboard

The actual type argument of subclass without erased.