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,com.fasterxml.jackson.databind.JsonNode> map) |
ValidatorList(SchemaContext context,
Collection<KeywordValidator> validators) |
Modifier and Type | Method and Description |
---|---|
SchemaDigest |
SchemaDigester.process(com.github.fge.jsonschema.report.ProcessingReport report,
SchemaContext input) |
Modifier and Type | Method and Description |
---|---|
static com.google.common.base.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(com.github.fge.jsonschema.report.ProcessingReport report,
SchemaContext input) |
Constructor and Description |
---|
ValidationProcessor(com.github.fge.jsonschema.processing.Processor<SchemaContext,ValidatorList> processor) |
Copyright © 2014. All Rights Reserved.