public interface ValidationRule extends Readable, SyntaxTree
| Modifier and Type | Method and Description |
|---|---|
Result |
executeOn(DslModel model) |
String |
getMessage() |
ValidationRule |
registerOn(RuleRegistry registry) |
ValidationRule |
withMessage(String message) |
ValidationRule |
withShortCircuit(boolean shortCircuit) |
acceptValidationRule withMessage(String message)
ValidationRule withShortCircuit(boolean shortCircuit)
ValidationRule registerOn(RuleRegistry registry)
String getMessage()
Copyright © 2017. All rights reserved.