Companion

object Companion : NonBlankStringValueFactory<ModelType>

Functions

Link copied to clipboard
operator fun invoke(value: String): Any
Link copied to clipboard
open fun of(value: String): ModelType
Link copied to clipboard
open fun parse(value: String): ModelType
Link copied to clipboard
fun show(value: ModelType): String
Link copied to clipboard
fun unwrap(value: ModelType): String