CollectionConverter

Constructors

Link copied to clipboard
constructor(type: KType)

Functions

Link copied to clipboard
open override fun convert(value: String): Any?
open override fun convert(list: List<String>): Any?
Link copied to clipboard
abstract fun transform(lst: List<Any?>): Any?