JsonList
class JsonList<T : Mappable>(wrapped: MutableList<MutableMap<String, Any?>>, factory: (MutableMap<String, Any?>) -> T) : AbstractList<T> , MutableList<T>
Constructors
Link copied to clipboard
constructor(wrapped: MutableList<MutableMap<String, Any?>>, factory: (MutableMap<String, Any?>) -> T)