erasedMap

inline fun <K : Any, V : Any> erasedMap(): TypeToken<Map<K, V>>

Creates a CompositeTypeToken that defines a Map<K, V>.

Parameters

K

The key parameter type of the Map.

V

The value parameter type of the Map.