ArrayConverter

Constructors

Link copied to clipboard
constructor(type: KType)

Types

Link copied to clipboard

Functions

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