Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
Link copied to clipboard
open val defaultMaxLength: Int = 20
Link copied to clipboard
open val defaultMinLength: Int = 1
Link copied to clipboard
abstract val id: String
Link copied to clipboard
abstract val returnType: KClass<R>

Functions

Link copied to clipboard
open fun generate(minLength: Int = defaultMinLength, maxLength: Int = defaultMaxLength): R
Link copied to clipboard
open fun toType(generated: String): R