Interface UtilValidationRule
-
- All Superinterfaces:
FUSRule
public interface UtilValidationRule extends FUSRule
Use this class to validate data with java code whenEnumValidationRuleorRegexpValidationRulerules are not enough, e.g there are too many possible values or they are dynamically generated. Make sure that yourUtilRuleProduceris able to create new validation rule. Example: {util#class_name} checks that the value is a class name from platform, JB plugin or a plugin from JB plugin repository.