Interface IFD2VRulesProvider
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
DefaultFD2VRulesProvider
-
Method Summary
Modifier and TypeMethodDescriptioncom.alibaba.fastjson.JSONObjectcreateVRulesJSON(Locale locale) determineVRules(Locale locale) Executes the custom validation logic for a given validation rule.
-
Method Details
-
createVRulesJSON
-
determineVRules
-
executeValidationLogic
XFormDatatypeValidationLogicRetVal executeValidationLogic(XFormDatatypeValidationLogicParams params) Executes the custom validation logic for a given validation rule. If the ruledoes not have custom validation logic, this method always returns a valid validation result.- Parameters:
params- The parameters for the validation logic, containing the value to validate and the validation rule to apply.- Returns:
- The result of the validation logic, indicating whether the value is valid and providing an error message if it is not valid.
- Since:
- 8.5.4
-