Uses of Class
org.deduced.rule.DeductionRuleLibrary

Packages that use DeductionRuleLibrary
org.deduced.validation.validator.rule Package containing deduction rules for validation of values. 
 

Uses of DeductionRuleLibrary in org.deduced.validation.validator.rule
 

Subclasses of DeductionRuleLibrary in org.deduced.validation.validator.rule
 class IsCreateTypeValidRule
          IsCreateTypeValidRule is a deduction rule used to determine if a created type is valid.
 class IsNullableValidRule
          IsNullableValidRule is used to validate nullable properties to check whether null is allowed or not.
 class IsNumberValidRule
          IsNumberValidRule is used to validate numbers between a minimum, maximum value.
 class IsReferenceTypeValidRule
          IsReferenceTypeValidRule validate if a reference respects certain rules about the type that is allowed to be referenced.
 class IsStringValidRule
          IsStringValidRule is used to validate a string using a minimum length, a maximum length, a flag indicating if the string can be null, a must-match regular expression and a must-not-match regular expression.
 class SetIsValidBasedOnErrorMessageRule
          SetIsValidBasedOnErrorMessageRule implements the rule in validators to link the isValid flag with the error message input.