Package com.embabel.ux.form
Interface FormBinder
-
- All Implemented Interfaces:
public interface FormBinder<T extends Object>Form binder system that maps form submission values.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classFormBinder.FormBindingExceptionpublic final classFormBinder.ValidationExceptionpublic classFormBinder.Companion
-
Method Summary
Modifier and Type Method Description abstract Tbind(FormSubmissionResult submissionResult)Binds a FormSubmissionResult to the target data class -
-
Method Detail
-
bind
abstract T bind(FormSubmissionResult submissionResult)
Binds a FormSubmissionResult to the target data class
-
-
-
-