Package formflow.library.data
Class FormSubmission
java.lang.Object
formflow.library.data.FormSubmission
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionFormSubmission(Map<String, Object> formData) FormSubmission(org.springframework.util.MultiValueMap<String, String> formData) -
Method Summary
Modifier and TypeMethodDescriptionReturns the list of keys that are for addresses that are requested to be validatedvoidsetValidatedAddress(Map<String, ValidatedAddress> validatedAddresses)
-
Field Details
-
formData
-
-
Constructor Details
-
FormSubmission
-
FormSubmission
-
-
Method Details
-
getValidatableFields
-
getAddressValidationFields
Returns the list of keys that are for addresses that are requested to be validated- Returns:
- List of Strings representing the validate field name
-
setValidatedAddress
-