Package com.embabel.ux.form
Class FormBinder
-
- All Implemented Interfaces:
public final class FormBinder<T extends Object>Form binder system that maps form submission values to Kotlin data classes and Java classes
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classFormBinder.FormBindingExceptionpublic final classFormBinder.ValidationException
-
Constructor Summary
Constructors Constructor Description FormBinder(Class<T> targetClass)FormBinder(KClass<T> targetClass)
-
Method Summary
Modifier and Type Method Description final Tbind(FormSubmissionResult submissionResult)Binds a FormSubmissionResult to the target data class
-