FormGenerator

interface FormGenerator

Generate forms from JVM types.

Inheritors

Functions

Link copied to clipboard
open fun <T : Any> generateForm(dataClass: Class<T>, title: String): Form
abstract fun <T : Any> generateForm(dataClass: KClass<T>, title: String): Form
Link copied to clipboard
inline fun <T : Any> FormGenerator.generateForm(title: String): Form

Generate a form from any class with FormField annotations