public interface ExcelSheetRuleExtension
Modifier and Type | Method and Description |
---|---|
ValuePredicate<?> |
resolve(VerifyContext context,
PropertyName name,
PropertyType type,
String expression)
Resolves a rule expression and returns its
ValuePredicate . |
ValuePredicate<?> resolve(VerifyContext context, PropertyName name, PropertyType type, String expression) throws ExcelRuleExtractor.FormatException
ValuePredicate
.context
- the current verification contextname
- the target property nametype
- the target property typeexpression
- the target expressionnull
if this extension does not support it expressionExcelRuleExtractor.FormatException
- if the expression is not validCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.