DefaultConversionService

The default conversion service that supports only basic types and enums

Functions

Link copied to clipboard
fun fromValue(value: String, klass: KClass<*>): Any
Link copied to clipboard
open override fun fromValues(values: List<String>, type: TypeInfo): Any?

Deserialize values to an instance of type

Link copied to clipboard
open override fun toValues(value: Any?): List<String>

Serialize a value to values list