Uses of Class
com.atlassian.crowd.embedded.validator.rule.RuleBuilder
Packages that use RuleBuilder
-
Uses of RuleBuilder in com.atlassian.crowd.embedded.validator.rule
Subclasses of RuleBuilder in com.atlassian.crowd.embedded.validator.ruleModifier and TypeClassDescriptionclassBuilder utility extending the base classRuleBuilderspecifically for Directory relatedValidationRuleMethods in com.atlassian.crowd.embedded.validator.rule that return RuleBuilderModifier and TypeMethodDescription<M> RuleBuilder<V>Adds the value function, with the corresponding predicate to the checks listAdds the value function, with the corresponding predicate to the checks listRuleBuilder.ifMatchesThenSet(Function<V, String> messageFunction) Sets the message function, which will be used to get the actual error message for the field errorRuleBuilder.ifMatchesThenSet(Supplier<String> messageSupplier) Sets the message supplier, which will be used to get the actual error message for the field error