EnumConverter

class EnumConverter(val type: KType) : Converter(source)

Constructors

Link copied to clipboard
constructor(type: KType)

Types

Link copied to clipboard

Properties

Link copied to clipboard
val type: KType

Functions

Link copied to clipboard
open override fun convert(value: String): Any?