public abstract class VerifyRuleFactory extends Object
VerifyRule.| Constructor and Description |
|---|
VerifyRuleFactory() |
| Modifier and Type | Method and Description |
|---|---|
abstract <T> VerifyRule |
createRule(DataModelDefinition<T> definition,
VerifyContext context)
Creates a new
VerifyRule object. |
public abstract <T> VerifyRule createRule(DataModelDefinition<T> definition, VerifyContext context) throws IOException
VerifyRule object.T - type of data modeldefinition - the data model definitioncontext - current verification contextVerifyRuleIOException - if failed to create a VerifyRule from the sourceIllegalArgumentException - if some parameters were nullCopyright © 2011–2018 Asakusa Framework Team. All rights reserved.