Constructor and Description |
---|
VerifierFactory() |
Modifier and Type | Method and Description |
---|---|
abstract <T> Verifier |
createVerifier(DataModelDefinition<T> definition,
VerifyContext context)
Creates a new rule.
|
public abstract <T> Verifier createVerifier(DataModelDefinition<T> definition, VerifyContext context) throws IOException
T
- type of data modeldefinition
- the data model definitioncontext
- the current verification contextIOException
- if failed to create a sink objectIllegalArgumentException
- if some parameters were null
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.