| Package | Description |
|---|---|
| com.github.fge.jsonschema.processors.data |
Inputs and outputs used by validation processors
|
| com.github.fge.jsonschema.processors.digest |
Schema digester
|
| com.github.fge.jsonschema.processors.validation |
Main validation processors and utility classes
|
| Modifier and Type | Method and Description |
|---|---|
SchemaContext |
ValidatorList.getContext() |
SchemaContext |
SchemaDigest.getContext() |
| Constructor and Description |
|---|
SchemaDigest(SchemaContext context,
Map<String,JsonNode> map) |
ValidatorList(SchemaContext context,
Collection<KeywordValidator> validators) |
| Modifier and Type | Method and Description |
|---|---|
SchemaDigest |
SchemaDigester.process(ProcessingReport report,
SchemaContext input) |
| Modifier and Type | Method and Description |
|---|---|
static Equivalence<SchemaContext> |
SchemaContextEquivalence.getInstance() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
SchemaContextEquivalence.doEquivalent(SchemaContext a,
SchemaContext b) |
protected int |
SchemaContextEquivalence.doHash(SchemaContext t) |
ValidatorList |
ValidationChain.process(ProcessingReport report,
SchemaContext input) |
| Constructor and Description |
|---|
ValidationProcessor(Processor<SchemaContext,ValidatorList> processor) |
Copyright © 2013. All Rights Reserved.