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 contextVerifyRule
IOException
- if failed to create a VerifyRule
from the sourceIllegalArgumentException
- if some parameters were null
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.