Companion

object Companion

Functions

Link copied to clipboard
fun <T : Any> formBinder(javaClass: Class<T>): FormBinder<T>

Return a FormBinder for the given Java class.

fun <T : Any> formBinder(kotlinClass: KClass<T>): FormBinder<T>

Return a FormBinder for the given Kotlin class.