T - The type of value this conformer checks.public interface Conformer<T>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Conformer.Factory<T>
Factory interface for Conformers.
|
| Modifier and Type | Method and Description |
|---|---|
List<ConformanceIssue> |
checkConformance(T value)
Validate the given value against the loaded schema.
|
void |
initialize()
Initialize should setup this instance to check conformance against a specific set of requirements, for example it
can load a specific JSON Schema into memory.
|
void initialize()
throws IOException
IOExceptionList<ConformanceIssue> checkConformance(T value)
value - the value to validateCopyright © 2022 CDAP Licensed under the Apache License, Version 2.0.