A B C D E F G H I J K L M N O P R S T U V W 

A

absoluteLocator(String) - Static method in class com.github.fge.jsonschema.cfg.RefSanityChecks
 
absoluteRef(String) - Static method in class com.github.fge.jsonschema.cfg.RefSanityChecks
 
AbstractDigester - Class in com.github.fge.jsonschema.keyword.digest
Base abstract digester class for all keyword digesters
AbstractDigester(String, NodeType, NodeType...) - Constructor for class com.github.fge.jsonschema.keyword.digest.AbstractDigester
 
AbstractFormatAttribute - Class in com.github.fge.jsonschema.format
Base abstract class for a format attribute
AbstractFormatAttribute(String, NodeType, NodeType...) - Constructor for class com.github.fge.jsonschema.format.AbstractFormatAttribute
Protected constructor
AbstractKeywordValidator - Class in com.github.fge.jsonschema.keyword.validator
 
AbstractKeywordValidator(String) - Constructor for class com.github.fge.jsonschema.keyword.validator.AbstractKeywordValidator
 
AbstractProcessingReport - Class in com.github.fge.jsonschema.report
 
AbstractProcessingReport() - Constructor for class com.github.fge.jsonschema.report.AbstractProcessingReport
 
AbstractReportProvider - Class in com.github.fge.jsonschema.report
 
AbstractReportProvider(LogLevel, LogLevel) - Constructor for class com.github.fge.jsonschema.report.AbstractReportProvider
 
AbstractSyntaxChecker - Class in com.github.fge.jsonschema.keyword.syntax
 
AbstractSyntaxChecker(String, NodeType, NodeType...) - Constructor for class com.github.fge.jsonschema.keyword.syntax.AbstractSyntaxChecker
 
addAll(Dictionary<T>) - Method in class com.github.fge.jsonschema.library.DictionaryBuilder
 
addEntry(String, T) - Method in class com.github.fge.jsonschema.library.DictionaryBuilder
 
AdditionalItemsDigester - Class in com.github.fge.jsonschema.keyword.digest.common
Digester for additionalItems
AdditionalItemsValidator - Class in com.github.fge.jsonschema.keyword.validator.common
 
AdditionalItemsValidator(JsonNode) - Constructor for class com.github.fge.jsonschema.keyword.validator.common.AdditionalItemsValidator
 
AdditionalPropertiesDigester - Class in com.github.fge.jsonschema.keyword.digest.common
Digester for additionalProperties
AdditionalPropertiesValidator - Class in com.github.fge.jsonschema.keyword.validator.common
 
AdditionalPropertiesValidator(JsonNode) - Constructor for class com.github.fge.jsonschema.keyword.validator.common.AdditionalPropertiesValidator
 
AdditionalSyntaxChecker - Class in com.github.fge.jsonschema.keyword.syntax.common
 
AdditionalSyntaxChecker(String) - Constructor for class com.github.fge.jsonschema.keyword.syntax.common.AdditionalSyntaxChecker
 
addLibrary(String, Library) - Method in class com.github.fge.jsonschema.cfg.ValidationConfigurationBuilder
 
addReport(ProcessingReport) - Method in class com.github.fge.jsonschema.processors.data.ValidatedPaths
 
addSchemaRedirect(String, String) - Method in class com.github.fge.jsonschema.cfg.LoadingConfigurationBuilder
 
addScheme(String, URIDownloader) - Method in class com.github.fge.jsonschema.cfg.LoadingConfigurationBuilder
 
addUncheckedPath(JsonPointer) - Method in class com.github.fge.jsonschema.processors.data.ValidatedPaths
 
addValidatedPath(JsonPointer) - Method in class com.github.fge.jsonschema.processors.data.ValidatedPaths
 
AllOfValidator - Class in com.github.fge.jsonschema.keyword.validator.draftv4
 
AllOfValidator(JsonNode) - Constructor for class com.github.fge.jsonschema.keyword.validator.draftv4.AllOfValidator
 
AnyOfValidator - Class in com.github.fge.jsonschema.keyword.validator.draftv4
 
AnyOfValidator(JsonNode) - Constructor for class com.github.fge.jsonschema.keyword.validator.draftv4.AnyOfValidator
 
append(JsonPointer) - Method in class com.github.fge.jsonschema.ref.JsonPointer
Append a pointer to the current pointer
append(String) - Method in class com.github.fge.jsonschema.ref.JsonPointer
Append a reference token as a string to this pointer.
append(int) - Method in class com.github.fge.jsonschema.ref.JsonPointer
Append an array index to this pointer.
append(JsonPointer) - Method in class com.github.fge.jsonschema.tree.CanonicalSchemaTree
 
append(JsonPointer) - Method in class com.github.fge.jsonschema.tree.InlineSchemaTree
 
append(JsonPointer) - Method in interface com.github.fge.jsonschema.tree.JsonTree
Append a JSON pointer to that tree and return a new tree
append(JsonPointer) - Method in interface com.github.fge.jsonschema.tree.SchemaTree
Relocate the tree relatively to the current tree's pointer
append(JsonPointer) - Method in class com.github.fge.jsonschema.tree.SimpleJsonTree
 
ArraySchemaDigester - Class in com.github.fge.jsonschema.processors.validation
 
asElements() - Method in class com.github.fge.jsonschema.ref.JsonPointer
Return this pointer as a series of JSON Pointers starting from the beginning
asException() - Method in class com.github.fge.jsonschema.report.ProcessingMessage
 
asJson() - Method in class com.github.fge.jsonschema.crude.UncheckedReport
 
asJson() - Method in class com.github.fge.jsonschema.report.ListProcessingReport
 
asJson() - Method in class com.github.fge.jsonschema.report.ProcessingMessage
 
asJson() - Method in class com.github.fge.jsonschema.tree.BaseSchemaTree
 
asJson() - Method in class com.github.fge.jsonschema.tree.SimpleJsonTree
 
AsJson - Interface in com.github.fge.jsonschema.util
 
asJson() - Method in interface com.github.fge.jsonschema.util.AsJson
 
asMap() - Method in class com.github.fge.jsonschema.library.Dictionary
 
asMap(JsonNode) - Static method in class com.github.fge.jsonschema.util.JacksonUtils
Return a map out of an object's members
asString - Variable in class com.github.fge.jsonschema.ref.JsonFragment
This fragment as a string value

B

BaseJsonTree - Class in com.github.fge.jsonschema.tree
Base implementation of a JsonTree
BaseJsonTree(JsonNode) - Constructor for class com.github.fge.jsonschema.tree.BaseJsonTree
Protected constructor
BaseJsonTree(JsonNode, JsonPointer) - Constructor for class com.github.fge.jsonschema.tree.BaseJsonTree
Main constructor
baseNode - Variable in class com.github.fge.jsonschema.tree.BaseJsonTree
The initial node
baseNode - Variable in class com.github.fge.jsonschema.tree.BaseSchemaTree
The initial node
basePointer - Variable in class com.github.fge.jsonschema.keyword.validator.helpers.SchemaArrayValidator
 
basePtr - Variable in class com.github.fge.jsonschema.keyword.validator.helpers.DraftV3TypeKeywordValidator
 
BaseSchemaTree - Class in com.github.fge.jsonschema.tree
A JsonTree carrying URI resolution context information
BaseSchemaTree(JsonRef, JsonNode, Dereferencing) - Constructor for class com.github.fge.jsonschema.tree.BaseSchemaTree
The main constructor
BaseSchemaTree(JsonRef, JsonNode, JsonPointer, Dereferencing, boolean) - Constructor for class com.github.fge.jsonschema.tree.BaseSchemaTree
 
byDefault() - Static method in class com.github.fge.jsonschema.cfg.LoadingConfiguration
 
byDefault() - Static method in class com.github.fge.jsonschema.cfg.ValidationConfiguration
 

C

CanonicalSchemaTree - Class in com.github.fge.jsonschema.tree
 
CanonicalSchemaTree(JsonNode) - Constructor for class com.github.fge.jsonschema.tree.CanonicalSchemaTree
 
CanonicalSchemaTree(JsonRef, JsonNode) - Constructor for class com.github.fge.jsonschema.tree.CanonicalSchemaTree
 
chainWith(Processor<OUT, NEWOUT>) - Method in class com.github.fge.jsonschema.processing.ProcessorChain
Add an existing processor to that chain
CharMatchers - Class in com.github.fge.jsonschema.util
A collection of dedicated CharMatchers
checkDependency(ProcessingReport, String, SchemaTree) - Method in class com.github.fge.jsonschema.keyword.syntax.draftv3.DraftV3DependenciesSyntaxChecker
 
checkDependency(ProcessingReport, String, SchemaTree) - Method in class com.github.fge.jsonschema.keyword.syntax.draftv4.DraftV4DependenciesSyntaxChecker
 
checkDependency(ProcessingReport, String, SchemaTree) - Method in class com.github.fge.jsonschema.keyword.syntax.helpers.DependenciesSyntaxChecker
 
checkSyntax(Collection<JsonPointer>, ProcessingReport, SchemaTree) - Method in class com.github.fge.jsonschema.keyword.syntax.AbstractSyntaxChecker
 
checkSyntax(Collection<JsonPointer>, ProcessingReport, SchemaTree) - Method in interface com.github.fge.jsonschema.keyword.syntax.SyntaxChecker
 
checkValue(Collection<JsonPointer>, ProcessingReport, SchemaTree) - Method in class com.github.fge.jsonschema.keyword.syntax.AbstractSyntaxChecker
 
checkValue(Collection<JsonPointer>, ProcessingReport, SchemaTree) - Method in class com.github.fge.jsonschema.keyword.syntax.common.AdditionalSyntaxChecker
 
checkValue(Collection<JsonPointer>, ProcessingReport, SchemaTree) - Method in class com.github.fge.jsonschema.keyword.syntax.common.EnumSyntaxChecker
 
checkValue(Collection<JsonPointer>, ProcessingReport, SchemaTree) - Method in class com.github.fge.jsonschema.keyword.syntax.common.ExclusiveMaximumSyntaxChecker
 
checkValue(Collection<JsonPointer>, ProcessingReport, SchemaTree) - Method in class com.github.fge.jsonschema.keyword.syntax.common.ExclusiveMinimumSyntaxChecker
 
checkValue(Collection<JsonPointer>, ProcessingReport, SchemaTree) - Method in class com.github.fge.jsonschema.keyword.syntax.common.PatternSyntaxChecker
 
checkValue(Collection<JsonPointer>, ProcessingReport, SchemaTree) - Method in class com.github.fge.jsonschema.keyword.syntax.draftv4.DraftV4TypeSyntaxChecker
 
checkValue(Collection<JsonPointer>, ProcessingReport, SchemaTree) - Method in class com.github.fge.jsonschema.keyword.syntax.draftv4.NotSyntaxChecker
 
checkValue(Collection<JsonPointer>, ProcessingReport, SchemaTree) - Method in class com.github.fge.jsonschema.keyword.syntax.draftv4.RequiredSyntaxChecker
 
checkValue(Collection<JsonPointer>, ProcessingReport, SchemaTree) - Method in class com.github.fge.jsonschema.keyword.syntax.helpers.DependenciesSyntaxChecker
 
checkValue(Collection<JsonPointer>, ProcessingReport, SchemaTree) - Method in class com.github.fge.jsonschema.keyword.syntax.helpers.DivisorSyntaxChecker
 
checkValue(Collection<JsonPointer>, ProcessingReport, SchemaTree) - Method in class com.github.fge.jsonschema.keyword.syntax.helpers.DraftV3TypeKeywordSyntaxChecker
 
checkValue(Collection<JsonPointer>, ProcessingReport, SchemaTree) - Method in class com.github.fge.jsonschema.keyword.syntax.helpers.PositiveIntegerSyntaxChecker
 
checkValue(Collection<JsonPointer>, ProcessingReport, SchemaTree) - Method in class com.github.fge.jsonschema.keyword.syntax.helpers.SchemaArraySyntaxChecker
 
checkValue(Collection<JsonPointer>, ProcessingReport, SchemaTree) - Method in class com.github.fge.jsonschema.keyword.syntax.helpers.SchemaMapSyntaxChecker
 
checkValue(Collection<JsonPointer>, ProcessingReport, SchemaTree) - Method in class com.github.fge.jsonschema.keyword.syntax.helpers.SchemaOrSchemaArraySyntaxChecker
 
checkValue(Collection<JsonPointer>, ProcessingReport, SchemaTree) - Method in class com.github.fge.jsonschema.keyword.syntax.helpers.TypeOnlySyntaxChecker
 
checkValue(Collection<JsonPointer>, ProcessingReport, SchemaTree) - Method in class com.github.fge.jsonschema.keyword.syntax.helpers.URISyntaxChecker
 
com.github.fge.jsonschema.cfg - package com.github.fge.jsonschema.cfg
 
com.github.fge.jsonschema.crude - package com.github.fge.jsonschema.crude
 
com.github.fge.jsonschema.exceptions - package com.github.fge.jsonschema.exceptions
 
com.github.fge.jsonschema.exceptions.unchecked - package com.github.fge.jsonschema.exceptions.unchecked
 
com.github.fge.jsonschema.format - package com.github.fge.jsonschema.format
Format attribute base classes
com.github.fge.jsonschema.format.common - package com.github.fge.jsonschema.format.common
Common format attribute classes for draft v3 and draft v4
com.github.fge.jsonschema.format.draftv3 - package com.github.fge.jsonschema.format.draftv3
Format attributes specific to draft v3
com.github.fge.jsonschema.format.draftv4 - package com.github.fge.jsonschema.format.draftv4
Format attributes specific to draft v4
com.github.fge.jsonschema.format.helpers - package com.github.fge.jsonschema.format.helpers
Helper classes for format attributes
com.github.fge.jsonschema.keyword.digest - package com.github.fge.jsonschema.keyword.digest
 
com.github.fge.jsonschema.keyword.digest.common - package com.github.fge.jsonschema.keyword.digest.common
 
com.github.fge.jsonschema.keyword.digest.draftv3 - package com.github.fge.jsonschema.keyword.digest.draftv3
 
com.github.fge.jsonschema.keyword.digest.draftv4 - package com.github.fge.jsonschema.keyword.digest.draftv4
 
com.github.fge.jsonschema.keyword.digest.helpers - package com.github.fge.jsonschema.keyword.digest.helpers
 
com.github.fge.jsonschema.keyword.syntax - package com.github.fge.jsonschema.keyword.syntax
 
com.github.fge.jsonschema.keyword.syntax.common - package com.github.fge.jsonschema.keyword.syntax.common
 
com.github.fge.jsonschema.keyword.syntax.draftv3 - package com.github.fge.jsonschema.keyword.syntax.draftv3
 
com.github.fge.jsonschema.keyword.syntax.draftv4 - package com.github.fge.jsonschema.keyword.syntax.draftv4
 
com.github.fge.jsonschema.keyword.syntax.helpers - package com.github.fge.jsonschema.keyword.syntax.helpers
 
com.github.fge.jsonschema.keyword.validator - package com.github.fge.jsonschema.keyword.validator
 
com.github.fge.jsonschema.keyword.validator.common - package com.github.fge.jsonschema.keyword.validator.common
 
com.github.fge.jsonschema.keyword.validator.draftv3 - package com.github.fge.jsonschema.keyword.validator.draftv3
 
com.github.fge.jsonschema.keyword.validator.draftv4 - package com.github.fge.jsonschema.keyword.validator.draftv4
 
com.github.fge.jsonschema.keyword.validator.helpers - package com.github.fge.jsonschema.keyword.validator.helpers
 
com.github.fge.jsonschema.library - package com.github.fge.jsonschema.library
 
com.github.fge.jsonschema.library.digest - package com.github.fge.jsonschema.library.digest
 
com.github.fge.jsonschema.library.format - package com.github.fge.jsonschema.library.format
 
com.github.fge.jsonschema.library.syntax - package com.github.fge.jsonschema.library.syntax
 
com.github.fge.jsonschema.library.validator - package com.github.fge.jsonschema.library.validator
 
com.github.fge.jsonschema.load - package com.github.fge.jsonschema.load
 
com.github.fge.jsonschema.main - package com.github.fge.jsonschema.main
 
com.github.fge.jsonschema.messages - package com.github.fge.jsonschema.messages
 
com.github.fge.jsonschema.processing - package com.github.fge.jsonschema.processing
 
com.github.fge.jsonschema.processors - package com.github.fge.jsonschema.processors
 
com.github.fge.jsonschema.processors.build - package com.github.fge.jsonschema.processors.build
 
com.github.fge.jsonschema.processors.data - package com.github.fge.jsonschema.processors.data
 
com.github.fge.jsonschema.processors.digest - package com.github.fge.jsonschema.processors.digest
 
com.github.fge.jsonschema.processors.format - package com.github.fge.jsonschema.processors.format
 
com.github.fge.jsonschema.processors.ref - package com.github.fge.jsonschema.processors.ref
 
com.github.fge.jsonschema.processors.syntax - package com.github.fge.jsonschema.processors.syntax
 
com.github.fge.jsonschema.processors.validation - package com.github.fge.jsonschema.processors.validation
 
com.github.fge.jsonschema.ref - package com.github.fge.jsonschema.ref
JSON Reference related classes
com.github.fge.jsonschema.report - package com.github.fge.jsonschema.report
 
com.github.fge.jsonschema.tree - package com.github.fge.jsonschema.tree
 
com.github.fge.jsonschema.uri - package com.github.fge.jsonschema.uri
Classes to handle downloading of JSON documents using any URI scheme
com.github.fge.jsonschema.util - package com.github.fge.jsonschema.util
Various utility classes
com.github.fge.jsonschema.util.equivalence - package com.github.fge.jsonschema.util.equivalence
 
com.github.fge.jsonschema.util.jackson - package com.github.fge.jsonschema.util.jackson
Utility classes for Jackson
CommonDigesterDictionary - Class in com.github.fge.jsonschema.library.digest
 
CommonFormatAttributesDictionary - Class in com.github.fge.jsonschema.library.format
 
CommonSyntaxCheckerDictionary - Class in com.github.fge.jsonschema.library.syntax
 
CommonValidatorDictionary - Class in com.github.fge.jsonschema.library.validator
 
compareTo(JsonFragment) - Method in class com.github.fge.jsonschema.ref.JsonFragment
 
ConfigurationMessages - Enum in com.github.fge.jsonschema.messages
 
contains(JsonRef) - Method in class com.github.fge.jsonschema.ref.JsonRef
Tell whether the current JSON Reference "contains" another
containsRef(JsonRef) - Method in class com.github.fge.jsonschema.tree.CanonicalSchemaTree
 
containsRef(JsonRef) - Method in class com.github.fge.jsonschema.tree.InlineSchemaTree
 
containsRef(JsonRef) - Method in interface com.github.fge.jsonschema.tree.SchemaTree
Tell whether a JSON Reference is contained within this schema tree
CrudeValidator - Class in com.github.fge.jsonschema.crude
 
CrudeValidator(SchemaVersion, Dereferencing) - Constructor for class com.github.fge.jsonschema.crude.CrudeValidator
 
currentLevel - Variable in class com.github.fge.jsonschema.report.AbstractProcessingReport
 
currentRef - Variable in class com.github.fge.jsonschema.tree.BaseSchemaTree
The current resolution context

D

DateAttribute - Class in com.github.fge.jsonschema.format.draftv3
Validator for the date format attribute.
DateFormatAttribute - Class in com.github.fge.jsonschema.format.helpers
Abstract class for date/time related format attributes
DateFormatAttribute(String, String) - Constructor for class com.github.fge.jsonschema.format.helpers.DateFormatAttribute
 
DateTimeAttribute - Class in com.github.fge.jsonschema.format.common
Validator for the date-time format attribute
debug(ProcessingMessage) - Method in class com.github.fge.jsonschema.report.AbstractProcessingReport
 
debug(ProcessingMessage) - Method in interface com.github.fge.jsonschema.report.ProcessingReport
 
DefaultDownloadersDictionary - Class in com.github.fge.jsonschema.load
 
DefaultDownloadersDictionary() - Constructor for class com.github.fge.jsonschema.load.DefaultDownloadersDictionary
 
DefaultURIDownloader - Class in com.github.fge.jsonschema.load
Default URI downloader
DefinitionsSyntaxChecker - Class in com.github.fge.jsonschema.keyword.syntax.draftv4
 
DependenciesSyntaxChecker - Class in com.github.fge.jsonschema.keyword.syntax.helpers
 
DependenciesSyntaxChecker(NodeType...) - Constructor for class com.github.fge.jsonschema.keyword.syntax.helpers.DependenciesSyntaxChecker
 
DependenciesValidator - Class in com.github.fge.jsonschema.keyword.validator.common
 
DependenciesValidator(JsonNode) - Constructor for class com.github.fge.jsonschema.keyword.validator.common.DependenciesValidator
 
dependencyTypes - Variable in class com.github.fge.jsonschema.keyword.syntax.helpers.DependenciesSyntaxChecker
 
dereferencing(Dereferencing) - Method in class com.github.fge.jsonschema.cfg.LoadingConfigurationBuilder
 
Dereferencing - Enum in com.github.fge.jsonschema.load
 
Dictionary<T> - Class in com.github.fge.jsonschema.library
 
DictionaryBuilder<T> - Class in com.github.fge.jsonschema.library
 
digest(JsonNode) - Method in class com.github.fge.jsonschema.keyword.digest.common.AdditionalItemsDigester
 
digest(JsonNode) - Method in class com.github.fge.jsonschema.keyword.digest.common.AdditionalPropertiesDigester
 
digest(JsonNode) - Method in class com.github.fge.jsonschema.keyword.digest.common.MaximumDigester
 
digest(JsonNode) - Method in class com.github.fge.jsonschema.keyword.digest.common.MinimumDigester
 
digest(JsonNode) - Method in class com.github.fge.jsonschema.keyword.digest.draftv3.DivisibleByDigester
 
digest(JsonNode) - Method in class com.github.fge.jsonschema.keyword.digest.draftv3.DraftV3DependenciesDigester
 
digest(JsonNode) - Method in class com.github.fge.jsonschema.keyword.digest.draftv3.DraftV3PropertiesDigester
 
digest(JsonNode) - Method in class com.github.fge.jsonschema.keyword.digest.draftv4.DraftV4DependenciesDigester
 
digest(JsonNode) - Method in class com.github.fge.jsonschema.keyword.digest.draftv4.DraftV4TypeDigester
 
digest(JsonNode) - Method in class com.github.fge.jsonschema.keyword.digest.draftv4.MultipleOfDigester
 
digest(JsonNode) - Method in class com.github.fge.jsonschema.keyword.digest.draftv4.RequiredDigester
 
digest(JsonNode) - Method in class com.github.fge.jsonschema.keyword.digest.helpers.DraftV3TypeKeywordDigester
 
digest(JsonNode) - Method in class com.github.fge.jsonschema.keyword.digest.helpers.IdentityDigester
 
digest(JsonNode) - Method in class com.github.fge.jsonschema.keyword.digest.helpers.NullDigester
 
digest(JsonNode) - Method in class com.github.fge.jsonschema.keyword.digest.helpers.SimpleDigester
 
digest(JsonNode) - Method in class com.github.fge.jsonschema.processors.validation.ArraySchemaDigester
 
digest(JsonNode) - Method in class com.github.fge.jsonschema.processors.validation.ObjectSchemaDigester
 
digest(JsonNode) - Method in interface com.github.fge.jsonschema.util.Digester
Digest a schema into a simplified form
digestedNumberNode(JsonNode) - Method in class com.github.fge.jsonschema.keyword.digest.helpers.NumericDigester
 
Digester - Interface in com.github.fge.jsonschema.util
Interface for a digester
DisallowKeywordValidator - Class in com.github.fge.jsonschema.keyword.validator.draftv3
 
DisallowKeywordValidator(JsonNode) - Constructor for class com.github.fge.jsonschema.keyword.validator.draftv3.DisallowKeywordValidator
 
DivisibleByDigester - Class in com.github.fge.jsonschema.keyword.digest.draftv3
Digester for divisibleBy
DivisibleByValidator - Class in com.github.fge.jsonschema.keyword.validator.draftv3
 
DivisibleByValidator(JsonNode) - Constructor for class com.github.fge.jsonschema.keyword.validator.draftv3.DivisibleByValidator
 
DivisorSyntaxChecker - Class in com.github.fge.jsonschema.keyword.syntax.helpers
 
DivisorSyntaxChecker(String) - Constructor for class com.github.fge.jsonschema.keyword.syntax.helpers.DivisorSyntaxChecker
 
DivisorValidator - Class in com.github.fge.jsonschema.keyword.validator.helpers
 
DivisorValidator(String, JsonNode) - Constructor for class com.github.fge.jsonschema.keyword.validator.helpers.DivisorValidator
 
doEquivalent(JsonNode, JsonNode) - Method in class com.github.fge.jsonschema.util.equivalence.JsonSchemaEquivalence
 
doEquivalent(SchemaTree, SchemaTree) - Method in class com.github.fge.jsonschema.util.equivalence.SchemaTreeEquivalence
 
doException(ProcessingMessage) - Method in interface com.github.fge.jsonschema.exceptions.ExceptionProvider
 
doException(ProcessingMessage) - Method in class com.github.fge.jsonschema.report.SimpleExceptionProvider
 
doHash(JsonNode) - Method in class com.github.fge.jsonschema.util.equivalence.JsonSchemaEquivalence
 
doHash(SchemaTree) - Method in class com.github.fge.jsonschema.util.equivalence.SchemaTreeEquivalence
 
doLog(ProcessingMessage) - Method in class com.github.fge.jsonschema.crude.UncheckedReport
 
doLog(ProcessingMessage) - Method in class com.github.fge.jsonschema.report.AbstractProcessingReport
 
doLog(ProcessingMessage) - Method in class com.github.fge.jsonschema.report.ListProcessingReport
 
doNewReport() - Method in class com.github.fge.jsonschema.report.AbstractReportProvider
 
doNewReport() - Method in class com.github.fge.jsonschema.report.ListReportProvider
 
DraftV3DependenciesDigester - Class in com.github.fge.jsonschema.keyword.digest.draftv3
Digester for dependencies
DraftV3DependenciesSyntaxChecker - Class in com.github.fge.jsonschema.keyword.syntax.draftv3
 
DraftV3DigesterDictionary - Class in com.github.fge.jsonschema.library.digest
 
DraftV3FormatAttributesDictionary - Class in com.github.fge.jsonschema.library.format
 
DraftV3ItemsSyntaxChecker - Class in com.github.fge.jsonschema.keyword.syntax.draftv3
 
DraftV3Library - Class in com.github.fge.jsonschema.library
 
DraftV3PropertiesDigester - Class in com.github.fge.jsonschema.keyword.digest.draftv3
 
DraftV3PropertiesSyntaxChecker - Class in com.github.fge.jsonschema.keyword.syntax.draftv3
 
DraftV3SyntaxCheckerDictionary - Class in com.github.fge.jsonschema.library.syntax
 
DraftV3TypeKeywordDigester - Class in com.github.fge.jsonschema.keyword.digest.helpers
Digester for draft v3's type and disallow
DraftV3TypeKeywordDigester(String) - Constructor for class com.github.fge.jsonschema.keyword.digest.helpers.DraftV3TypeKeywordDigester
 
DraftV3TypeKeywordSyntaxChecker - Class in com.github.fge.jsonschema.keyword.syntax.helpers
 
DraftV3TypeKeywordSyntaxChecker(String) - Constructor for class com.github.fge.jsonschema.keyword.syntax.helpers.DraftV3TypeKeywordSyntaxChecker
 
DraftV3TypeKeywordValidator - Class in com.github.fge.jsonschema.keyword.validator.helpers
 
DraftV3TypeKeywordValidator(String, JsonNode) - Constructor for class com.github.fge.jsonschema.keyword.validator.helpers.DraftV3TypeKeywordValidator
 
DraftV3TypeValidator - Class in com.github.fge.jsonschema.keyword.validator.draftv3
 
DraftV3TypeValidator(JsonNode) - Constructor for class com.github.fge.jsonschema.keyword.validator.draftv3.DraftV3TypeValidator
 
DraftV3ValidatorDictionary - Class in com.github.fge.jsonschema.library.validator
 
DraftV4DependenciesDigester - Class in com.github.fge.jsonschema.keyword.digest.draftv4
Digester for dependencies
DraftV4DependenciesSyntaxChecker - Class in com.github.fge.jsonschema.keyword.syntax.draftv4
 
DraftV4DigesterDictionary - Class in com.github.fge.jsonschema.library.digest
 
DraftV4FormatAttributesDictionary - Class in com.github.fge.jsonschema.library.format
 
DraftV4ItemsSyntaxChecker - Class in com.github.fge.jsonschema.keyword.syntax.draftv4
 
DraftV4Library - Class in com.github.fge.jsonschema.library
 
DraftV4PropertiesSyntaxChecker - Class in com.github.fge.jsonschema.keyword.syntax.draftv4
 
DraftV4SyntaxCheckerDictionary - Class in com.github.fge.jsonschema.library.syntax
 
DraftV4TypeDigester - Class in com.github.fge.jsonschema.keyword.digest.draftv4
Digester for type (draft v4)
DraftV4TypeSyntaxChecker - Class in com.github.fge.jsonschema.keyword.syntax.draftv4
 
DraftV4TypeValidator - Class in com.github.fge.jsonschema.keyword.validator.draftv4
 
DraftV4TypeValidator(JsonNode) - Constructor for class com.github.fge.jsonschema.keyword.validator.draftv4.DraftV4TypeValidator
 
DraftV4ValidatorDictionary - Class in com.github.fge.jsonschema.library.validator
 

E

EmailAttribute - Class in com.github.fge.jsonschema.format.common
Validator for the email format attribute.
empty() - Static method in class com.github.fge.jsonschema.ref.JsonPointer
Return an empty pointer
emptyRef() - Static method in class com.github.fge.jsonschema.ref.JsonRef
Return an empty reference
entries() - Method in class com.github.fge.jsonschema.library.Dictionary
 
EnumSyntaxChecker - Class in com.github.fge.jsonschema.keyword.syntax.common
 
EnumValidator - Class in com.github.fge.jsonschema.keyword.validator.common
 
EnumValidator(JsonNode) - Constructor for class com.github.fge.jsonschema.keyword.validator.common.EnumValidator
 
equals(Object) - Method in class com.github.fge.jsonschema.ref.JsonFragment
 
equals(Object) - Method in class com.github.fge.jsonschema.ref.JsonRef
 
EQUIVALENCE - Static variable in class com.github.fge.jsonschema.keyword.syntax.helpers.DependenciesSyntaxChecker
 
error(ProcessingMessage) - Method in class com.github.fge.jsonschema.report.AbstractProcessingReport
 
error(ProcessingMessage) - Method in interface com.github.fge.jsonschema.report.ProcessingReport
 
ExceptionProvider - Interface in com.github.fge.jsonschema.exceptions
 
exceptionProvider() - Method in enum com.github.fge.jsonschema.processors.ValidationDomain
 
exceptionThreshold - Variable in class com.github.fge.jsonschema.report.AbstractReportProvider
 
ExclusiveMaximumSyntaxChecker - Class in com.github.fge.jsonschema.keyword.syntax.common
 
ExclusiveMinimumSyntaxChecker - Class in com.github.fge.jsonschema.keyword.syntax.common
 
ExtendsSyntaxChecker - Class in com.github.fge.jsonschema.keyword.syntax.draftv3
 
ExtendsValidator - Class in com.github.fge.jsonschema.keyword.validator.draftv3
 
ExtendsValidator(JsonNode) - Constructor for class com.github.fge.jsonschema.keyword.validator.draftv3.ExtendsValidator
 
extraChecks(ProcessingReport, SchemaTree) - Method in class com.github.fge.jsonschema.keyword.syntax.common.PatternPropertiesSyntaxChecker
 
extraChecks(ProcessingReport, SchemaTree) - Method in class com.github.fge.jsonschema.keyword.syntax.draftv3.DraftV3ItemsSyntaxChecker
 
extraChecks(ProcessingReport, SchemaTree) - Method in class com.github.fge.jsonschema.keyword.syntax.draftv3.DraftV3PropertiesSyntaxChecker
 
extraChecks(ProcessingReport, SchemaTree) - Method in class com.github.fge.jsonschema.keyword.syntax.draftv3.ExtendsSyntaxChecker
 
extraChecks(ProcessingReport, SchemaTree) - Method in class com.github.fge.jsonschema.keyword.syntax.draftv4.DefinitionsSyntaxChecker
 
extraChecks(ProcessingReport, SchemaTree) - Method in class com.github.fge.jsonschema.keyword.syntax.draftv4.DraftV4ItemsSyntaxChecker
 
extraChecks(ProcessingReport, SchemaTree) - Method in class com.github.fge.jsonschema.keyword.syntax.draftv4.DraftV4PropertiesSyntaxChecker
 
extraChecks(ProcessingReport, SchemaTree) - Method in class com.github.fge.jsonschema.keyword.syntax.helpers.SchemaMapSyntaxChecker
 
extraChecks(ProcessingReport, SchemaTree) - Method in class com.github.fge.jsonschema.keyword.syntax.helpers.SchemaOrSchemaArraySyntaxChecker
 

F

FACTORY - Static variable in class com.github.fge.jsonschema.keyword.digest.AbstractDigester
 
FACTORY - Static variable in class com.github.fge.jsonschema.keyword.validator.helpers.DraftV3TypeKeywordValidator
 
FACTORY - Static variable in class com.github.fge.jsonschema.keyword.validator.helpers.SchemaArrayValidator
 
FACTORY - Static variable in class com.github.fge.jsonschema.tree.BaseJsonTree
 
FactoryConfigurationError - Exception in com.github.fge.jsonschema.exceptions.unchecked
 
FactoryConfigurationError(ProcessingMessage) - Constructor for exception com.github.fge.jsonschema.exceptions.unchecked.FactoryConfigurationError
 
failOnError() - Method in class com.github.fge.jsonschema.processing.ProcessorChain
 
fetch(URI) - Method in class com.github.fge.jsonschema.load.DefaultURIDownloader
 
fetch(URI) - Method in class com.github.fge.jsonschema.load.ResourceURIDownloader
 
fetch(URI) - Method in interface com.github.fge.jsonschema.load.URIDownloader
Fetch the content at a given URI
FormatAttribute - Interface in com.github.fge.jsonschema.format
Interface for a format attribute validator
FormatMessages - Enum in com.github.fge.jsonschema.messages
 
FormatProcessor - Class in com.github.fge.jsonschema.processors.format
 
FormatProcessor(Dictionary<FormatAttribute>) - Constructor for class com.github.fge.jsonschema.processors.format.FormatProcessor
 
fragment - Variable in class com.github.fge.jsonschema.ref.JsonRef
The fragment of this reference.
freeze() - Method in class com.github.fge.jsonschema.cfg.LoadingConfigurationBuilder
 
freeze() - Method in class com.github.fge.jsonschema.cfg.ValidationConfigurationBuilder
 
freeze() - Method in class com.github.fge.jsonschema.library.DictionaryBuilder
 
freeze() - Method in class com.github.fge.jsonschema.library.KeywordBuilder
 
freeze() - Method in class com.github.fge.jsonschema.library.LibraryBuilder
 
freeze() - Method in class com.github.fge.jsonschema.main.JsonSchemaFactoryBuilder
 
freeze() - Method in interface com.github.fge.jsonschema.util.Thawed
 
fromFile(File) - Static method in class com.github.fge.jsonschema.util.JsonLoader
Same as JsonLoader.fromPath(String), but this time the user supplies the File object instead
fromFragment(String) - Static method in class com.github.fge.jsonschema.ref.JsonFragment
The only static factory method to obtain a fragment
fromName(String) - Static method in enum com.github.fge.jsonschema.util.NodeType
Given a type name, return the corresponding node type
fromPath(String) - Static method in class com.github.fge.jsonschema.util.JsonLoader
Read a JsonNode from a file on the local filesystem.
fromReader(Reader) - Static method in class com.github.fge.jsonschema.util.JsonLoader
Read a JsonNode from a user supplied Reader
fromResource(String) - Static method in class com.github.fge.jsonschema.util.JsonLoader
Read a JsonNode from a resource path.
fromString(String) - Static method in class com.github.fge.jsonschema.ref.JsonRef
Build a JSON Reference from a string input
fromString(String) - Static method in class com.github.fge.jsonschema.util.JsonLoader
Read a JsonNode from a string input
fromURI(URI) - Static method in class com.github.fge.jsonschema.ref.JsonRef
Build a JSON Reference from a URI
fromURL(URL) - Static method in class com.github.fge.jsonschema.util.JsonLoader
Read a JsonNode from an URL.
Frozen<T extends Thawed<? extends Frozen<T>>> - Interface in com.github.fge.jsonschema.util
 
FullValidationContext - Class in com.github.fge.jsonschema.processors.data
 
FullValidationContext(ValidationData, Collection<KeywordValidator>) - Constructor for class com.github.fge.jsonschema.processors.data.FullValidationContext
 

G

get(String) - Method in class com.github.fge.jsonschema.library.Dictionary
 
get() - Static method in class com.github.fge.jsonschema.library.digest.CommonDigesterDictionary
 
get() - Static method in class com.github.fge.jsonschema.library.digest.DraftV3DigesterDictionary
 
get() - Static method in class com.github.fge.jsonschema.library.digest.DraftV4DigesterDictionary
 
get() - Static method in class com.github.fge.jsonschema.library.DraftV3Library
 
get() - Static method in class com.github.fge.jsonschema.library.DraftV4Library
 
get() - Static method in class com.github.fge.jsonschema.library.format.CommonFormatAttributesDictionary
 
get() - Static method in class com.github.fge.jsonschema.library.format.DraftV3FormatAttributesDictionary
 
get() - Static method in class com.github.fge.jsonschema.library.format.DraftV4FormatAttributesDictionary
 
get() - Static method in class com.github.fge.jsonschema.library.syntax.CommonSyntaxCheckerDictionary
 
get() - Static method in class com.github.fge.jsonschema.library.syntax.DraftV3SyntaxCheckerDictionary
 
get() - Static method in class com.github.fge.jsonschema.library.syntax.DraftV4SyntaxCheckerDictionary
 
get() - Static method in class com.github.fge.jsonschema.library.validator.CommonValidatorDictionary
 
get() - Static method in class com.github.fge.jsonschema.library.validator.DraftV3ValidatorDictionary
 
get() - Static method in class com.github.fge.jsonschema.library.validator.DraftV4ValidatorDictionary
 
get() - Static method in class com.github.fge.jsonschema.load.DefaultDownloadersDictionary
 
get(URI) - Method in class com.github.fge.jsonschema.load.SchemaLoader
Get a schema tree from the given URI
get(K) - Method in class com.github.fge.jsonschema.processing.ProcessingCache
 
getBaseNode() - Method in class com.github.fge.jsonschema.tree.BaseJsonTree
 
getBaseNode() - Method in class com.github.fge.jsonschema.tree.BaseSchemaTree
 
getBaseNode() - Method in interface com.github.fge.jsonschema.tree.SimpleTree
Return the node this tree was created with
getContent(URI) - Method in class com.github.fge.jsonschema.load.URIManager
Get the content at a given URI as a JsonNode
getContext() - Method in class com.github.fge.jsonschema.tree.BaseSchemaTree
Get the current resolution context
getContext() - Method in interface com.github.fge.jsonschema.tree.SchemaTree
Get the current resolution context
getData() - Method in class com.github.fge.jsonschema.processors.data.ValidationDigest
 
getDefaultLibrary() - Method in class com.github.fge.jsonschema.cfg.ValidationConfiguration
 
getDereferencing() - Method in class com.github.fge.jsonschema.cfg.LoadingConfiguration
 
getDigesters() - Method in class com.github.fge.jsonschema.library.Library
 
getDigests() - Method in class com.github.fge.jsonschema.processors.data.ValidationDigest
 
getDownloaders() - Method in class com.github.fge.jsonschema.cfg.LoadingConfiguration
 
getExceptionThreshold() - Method in class com.github.fge.jsonschema.report.AbstractProcessingReport
 
getExceptionThreshold() - Method in interface com.github.fge.jsonschema.report.ProcessingReport
 
getFormatAttributes() - Method in class com.github.fge.jsonschema.library.Library
 
getFragment() - Method in class com.github.fge.jsonschema.ref.JsonRef
Return this JSON Reference's fragment
getInstance() - Static method in class com.github.fge.jsonschema.format.common.DateTimeAttribute
 
getInstance() - Static method in class com.github.fge.jsonschema.format.common.EmailAttribute
 
getInstance() - Static method in class com.github.fge.jsonschema.format.common.HostnameAttribute
 
getInstance() - Static method in class com.github.fge.jsonschema.format.common.IPv6Attribute
 
getInstance() - Static method in class com.github.fge.jsonschema.format.common.RegexAttribute
 
getInstance() - Static method in class com.github.fge.jsonschema.format.common.URIAttribute
 
getInstance() - Static method in class com.github.fge.jsonschema.format.draftv3.DateAttribute
 
getInstance() - Static method in class com.github.fge.jsonschema.format.draftv3.PhoneAttribute
 
getInstance() - Static method in class com.github.fge.jsonschema.format.draftv3.TimeAttribute
 
getInstance() - Static method in class com.github.fge.jsonschema.format.draftv3.UTCMillisecAttribute
 
getInstance() - Static method in class com.github.fge.jsonschema.keyword.digest.common.AdditionalItemsDigester
 
getInstance() - Static method in class com.github.fge.jsonschema.keyword.digest.common.AdditionalPropertiesDigester
 
getInstance() - Static method in class com.github.fge.jsonschema.keyword.digest.common.MaximumDigester
 
getInstance() - Static method in class com.github.fge.jsonschema.keyword.digest.common.MinimumDigester
 
getInstance() - Static method in class com.github.fge.jsonschema.keyword.digest.draftv3.DivisibleByDigester
 
getInstance() - Static method in class com.github.fge.jsonschema.keyword.digest.draftv3.DraftV3DependenciesDigester
 
getInstance() - Static method in class com.github.fge.jsonschema.keyword.digest.draftv3.DraftV3PropertiesDigester
 
getInstance() - Static method in class com.github.fge.jsonschema.keyword.digest.draftv4.DraftV4DependenciesDigester
 
getInstance() - Static method in class com.github.fge.jsonschema.keyword.digest.draftv4.DraftV4TypeDigester
 
getInstance() - Static method in class com.github.fge.jsonschema.keyword.digest.draftv4.MultipleOfDigester
 
getInstance() - Static method in class com.github.fge.jsonschema.keyword.digest.draftv4.RequiredDigester
 
getInstance() - Static method in class com.github.fge.jsonschema.keyword.syntax.common.EnumSyntaxChecker
 
getInstance() - Static method in class com.github.fge.jsonschema.keyword.syntax.common.ExclusiveMaximumSyntaxChecker
 
getInstance() - Static method in class com.github.fge.jsonschema.keyword.syntax.common.ExclusiveMinimumSyntaxChecker
 
getInstance() - Static method in class com.github.fge.jsonschema.keyword.syntax.common.PatternPropertiesSyntaxChecker
 
getInstance() - Static method in class com.github.fge.jsonschema.keyword.syntax.common.PatternSyntaxChecker
 
getInstance() - Static method in class com.github.fge.jsonschema.keyword.syntax.draftv3.DraftV3DependenciesSyntaxChecker
 
getInstance() - Static method in class com.github.fge.jsonschema.keyword.syntax.draftv3.DraftV3ItemsSyntaxChecker
 
getInstance() - Static method in class com.github.fge.jsonschema.keyword.syntax.draftv3.DraftV3PropertiesSyntaxChecker
 
getInstance() - Static method in class com.github.fge.jsonschema.keyword.syntax.draftv3.ExtendsSyntaxChecker
 
getInstance() - Static method in class com.github.fge.jsonschema.keyword.syntax.draftv4.DefinitionsSyntaxChecker
 
getInstance() - Static method in class com.github.fge.jsonschema.keyword.syntax.draftv4.DraftV4DependenciesSyntaxChecker
 
getInstance() - Static method in class com.github.fge.jsonschema.keyword.syntax.draftv4.DraftV4ItemsSyntaxChecker
 
getInstance() - Static method in class com.github.fge.jsonschema.keyword.syntax.draftv4.DraftV4PropertiesSyntaxChecker
 
getInstance() - Static method in class com.github.fge.jsonschema.keyword.syntax.draftv4.DraftV4TypeSyntaxChecker
 
getInstance() - Static method in class com.github.fge.jsonschema.keyword.syntax.draftv4.NotSyntaxChecker
 
getInstance() - Static method in class com.github.fge.jsonschema.keyword.syntax.draftv4.RequiredSyntaxChecker
 
getInstance() - Static method in class com.github.fge.jsonschema.load.DefaultURIDownloader
 
getInstance() - Static method in class com.github.fge.jsonschema.load.ResourceURIDownloader
 
getInstance() - Method in class com.github.fge.jsonschema.processors.data.ValidationData
 
getInstance() - Static method in class com.github.fge.jsonschema.processors.validation.ObjectSchemaDigester
 
getInstance() - Static method in class com.github.fge.jsonschema.report.SimpleExceptionProvider
 
getInstance() - Static method in class com.github.fge.jsonschema.util.equivalence.JsonSchemaEquivalence
 
getInstance() - Static method in class com.github.fge.jsonschema.util.equivalence.SchemaTreeEquivalence
 
getLibraries() - Method in class com.github.fge.jsonschema.cfg.ValidationConfiguration
 
getLibrary() - Method in enum com.github.fge.jsonschema.library.SchemaVersion
 
getLoadingRef() - Method in class com.github.fge.jsonschema.tree.BaseSchemaTree
Get the loading URI for that schema
getLoadingRef() - Method in interface com.github.fge.jsonschema.tree.SchemaTree
Get the loading URI for that schema
getLocation() - Method in enum com.github.fge.jsonschema.library.SchemaVersion
 
getLocator() - Method in class com.github.fge.jsonschema.ref.JsonRef
Return this JSON Reference's locator
getLogLevel() - Method in class com.github.fge.jsonschema.report.AbstractProcessingReport
 
getLogLevel() - Method in class com.github.fge.jsonschema.report.ProcessingMessage
 
getLogLevel() - Method in interface com.github.fge.jsonschema.report.ProcessingReport
 
getMessage() - Method in exception com.github.fge.jsonschema.exceptions.ProcessingException
 
getMessage() - Method in exception com.github.fge.jsonschema.exceptions.unchecked.ProcessingConfigurationError
 
getMessage() - Method in class com.github.fge.jsonschema.report.ProcessingMessage
 
getMessages() - Method in class com.github.fge.jsonschema.crude.UncheckedReport
 
getMessages() - Method in class com.github.fge.jsonschema.report.ListProcessingReport
 
getMessages() - Method in interface com.github.fge.jsonschema.report.ProcessingReport
 
getNamespace() - Method in class com.github.fge.jsonschema.cfg.LoadingConfiguration
 
getNode(SchemaTree) - Method in class com.github.fge.jsonschema.keyword.syntax.AbstractSyntaxChecker
 
getNode() - Method in class com.github.fge.jsonschema.tree.BaseJsonTree
 
getNode() - Method in class com.github.fge.jsonschema.tree.BaseSchemaTree
 
getNode() - Method in interface com.github.fge.jsonschema.tree.SimpleTree
Get the node at the current path
getNodeType(JsonNode) - Static method in enum com.github.fge.jsonschema.util.NodeType
Given a JsonNode as an argument, return its type.
getPointer() - Method in class com.github.fge.jsonschema.tree.BaseJsonTree
 
getPointer() - Method in class com.github.fge.jsonschema.tree.BaseSchemaTree
 
getPointer() - Method in interface com.github.fge.jsonschema.tree.SimpleTree
Get the current path into the document
getPreloadedSchemas() - Method in class com.github.fge.jsonschema.cfg.LoadingConfiguration
 
getProcessingMessage() - Method in exception com.github.fge.jsonschema.exceptions.ProcessingException
 
getProcessingMessage() - Method in exception com.github.fge.jsonschema.exceptions.unchecked.ProcessingConfigurationError
 
getProcessor() - Method in class com.github.fge.jsonschema.processing.ProcessorChain
 
getProcessor() - Method in class com.github.fge.jsonschema.processing.ProcessorSelector
 
getReader() - Static method in class com.github.fge.jsonschema.util.JacksonUtils
Return a preconfigured ObjectReader to read JSON inputs
getSchema() - Method in enum com.github.fge.jsonschema.library.SchemaVersion
 
getSchema() - Method in class com.github.fge.jsonschema.processors.data.ValidationData
 
getSchemaRedirects() - Method in class com.github.fge.jsonschema.cfg.LoadingConfiguration
 
getSyntaxCheckers() - Method in class com.github.fge.jsonschema.library.Library
 
getUnchecked(K) - Method in class com.github.fge.jsonschema.processing.ProcessingCache
 
getUseFormat() - Method in class com.github.fge.jsonschema.cfg.ValidationConfiguration
 
getValidationData() - Method in class com.github.fge.jsonschema.processors.data.FullValidationContext
 
getValidator() - Method in class com.github.fge.jsonschema.main.JsonSchemaFactory
 
getValidators() - Method in class com.github.fge.jsonschema.library.Library
 
getValidTypes() - Method in class com.github.fge.jsonschema.keyword.syntax.AbstractSyntaxChecker
 
getValidTypes() - Method in interface com.github.fge.jsonschema.keyword.syntax.SyntaxChecker
 

H

hashCode() - Method in class com.github.fge.jsonschema.ref.JsonFragment
 
hashCode() - Method in class com.github.fge.jsonschema.ref.JsonRef
 
HASHONLY_URI - Static variable in class com.github.fge.jsonschema.ref.JsonRef
 
HostnameAttribute - Class in com.github.fge.jsonschema.format.common
Validator for the host-name format attribute.

I

IdentityDigester - Class in com.github.fge.jsonschema.keyword.digest.helpers
A "no-op" digester
IdentityDigester(String, NodeType, NodeType...) - Constructor for class com.github.fge.jsonschema.keyword.digest.helpers.IdentityDigester
 
idFromNode(JsonNode) - Static method in class com.github.fge.jsonschema.tree.BaseSchemaTree
Build a JSON Reference from a node
info(ProcessingMessage) - Method in class com.github.fge.jsonschema.report.AbstractProcessingReport
 
info(ProcessingMessage) - Method in interface com.github.fge.jsonschema.report.ProcessingReport
 
InlineSchemaTree - Class in com.github.fge.jsonschema.tree
 
InlineSchemaTree(JsonNode) - Constructor for class com.github.fge.jsonschema.tree.InlineSchemaTree
 
InlineSchemaTree(JsonRef, JsonNode) - Constructor for class com.github.fge.jsonschema.tree.InlineSchemaTree
 
intValue - Variable in class com.github.fge.jsonschema.keyword.validator.helpers.PositiveIntegerValidator
 
InvalidInstanceException - Exception in com.github.fge.jsonschema.exceptions
 
InvalidInstanceException(ProcessingMessage) - Constructor for exception com.github.fge.jsonschema.exceptions.InvalidInstanceException
 
InvalidSchemaException - Exception in com.github.fge.jsonschema.exceptions
 
InvalidSchemaException(ProcessingMessage) - Constructor for exception com.github.fge.jsonschema.exceptions.InvalidSchemaException
 
IPv4FormatAttribute - Class in com.github.fge.jsonschema.format.helpers
Validator for both the ip-address (draft v3) and ipv4 (draft v4) format attributes.
IPv4FormatAttribute(String) - Constructor for class com.github.fge.jsonschema.format.helpers.IPv4FormatAttribute
 
IPv6Attribute - Class in com.github.fge.jsonschema.format.common
Validator for the ipv6 format attribute.
isAbsolute() - Method in class com.github.fge.jsonschema.ref.JsonRef
Tell whether this reference is an absolute reference
isEmpty() - Method in class com.github.fge.jsonschema.ref.JsonFragment
Tell whether this fragment is empty
isEmpty() - Method in class com.github.fge.jsonschema.ref.JsonPointer
 
isParentOf(JsonPointer) - Method in class com.github.fge.jsonschema.ref.JsonPointer
Return true if this JSON Pointer is "parent" of another one
isPointer() - Method in class com.github.fge.jsonschema.ref.JsonFragment
Tell whether this fragment is a valid JSON Pointer
isPointer() - Method in class com.github.fge.jsonschema.ref.JsonPointer
 
isSuccess() - Method in class com.github.fge.jsonschema.report.AbstractProcessingReport
 
isSuccess() - Method in interface com.github.fge.jsonschema.report.ProcessingReport
 
isValid() - Method in class com.github.fge.jsonschema.processors.data.ValidatedPaths
 
isValid() - Method in class com.github.fge.jsonschema.tree.BaseSchemaTree
 
isValid() - Method in interface com.github.fge.jsonschema.tree.SchemaTree
Tell whether this schema has been deemed valid by the syntax processor
isValidated(JsonPointer) - Method in class com.github.fge.jsonschema.processors.data.ValidatedPaths
 
iterator() - Method in class com.github.fge.jsonschema.processors.data.FullValidationContext
 

J

JacksonUtils - Class in com.github.fge.jsonschema.util
Utility class for Jackson
JsonFragment - Class in com.github.fge.jsonschema.ref
Abstract class for fragment resolution
JsonFragment(String) - Constructor for class com.github.fge.jsonschema.ref.JsonFragment
Constructor
JsonLoader - Class in com.github.fge.jsonschema.util
Utility class to load JSON documents (schemas or instance) from various sources as JsonNodes.
JsonPointer - Class in com.github.fge.jsonschema.ref
Implementation of IETF JSON Pointer draft, version 9
JsonPointer(String) - Constructor for class com.github.fge.jsonschema.ref.JsonPointer
Constructor
JsonRef - Class in com.github.fge.jsonschema.ref
Representation of a JSON Reference
JsonRef(URI) - Constructor for class com.github.fge.jsonschema.ref.JsonRef
Main constructor, protected by design
JsonReferenceException - Exception in com.github.fge.jsonschema.exceptions
 
JsonReferenceException(ProcessingMessage) - Constructor for exception com.github.fge.jsonschema.exceptions.JsonReferenceException
 
JsonReferenceException(ProcessingMessage, Throwable) - Constructor for exception com.github.fge.jsonschema.exceptions.JsonReferenceException
 
JsonRefMessages - Enum in com.github.fge.jsonschema.messages
 
JsonSchemaEquivalence - Class in com.github.fge.jsonschema.util.equivalence
An Equivalence strategy for JSON Schema equality
JsonSchemaFactory - Class in com.github.fge.jsonschema.main
 
JsonSchemaFactoryBuilder - Class in com.github.fge.jsonschema.main
 
JsonTree - Interface in com.github.fge.jsonschema.tree
A SimpleTree with a copy operation
JsonValidator - Class in com.github.fge.jsonschema.main
 

K

keyword - Variable in class com.github.fge.jsonschema.keyword.digest.AbstractDigester
 
keyword - Variable in class com.github.fge.jsonschema.keyword.syntax.AbstractSyntaxChecker
 
keyword - Variable in class com.github.fge.jsonschema.keyword.validator.AbstractKeywordValidator
 
Keyword - Class in com.github.fge.jsonschema.library
 
KeywordBuilder - Class in com.github.fge.jsonschema.library
 
KeywordValidationMessages - Enum in com.github.fge.jsonschema.messages
 
KeywordValidator - Interface in com.github.fge.jsonschema.keyword.validator
 

L

Library - Class in com.github.fge.jsonschema.library
 
LibraryBuilder - Class in com.github.fge.jsonschema.library
 
ListProcessingReport - Class in com.github.fge.jsonschema.report
 
ListProcessingReport() - Constructor for class com.github.fge.jsonschema.report.ListProcessingReport
 
ListProcessingReport(ProcessingReport) - Constructor for class com.github.fge.jsonschema.report.ListProcessingReport
 
ListReportProvider - Class in com.github.fge.jsonschema.report
 
ListReportProvider(LogLevel, LogLevel) - Constructor for class com.github.fge.jsonschema.report.ListReportProvider
 
load(JsonNode) - Method in class com.github.fge.jsonschema.load.SchemaLoader
 
LoadingConfiguration - Class in com.github.fge.jsonschema.cfg
 
LoadingConfigurationBuilder - Class in com.github.fge.jsonschema.cfg
 
LoadingConfigurationError - Exception in com.github.fge.jsonschema.exceptions.unchecked
 
LoadingConfigurationError() - Constructor for exception com.github.fge.jsonschema.exceptions.unchecked.LoadingConfigurationError
 
LoadingConfigurationError(ProcessingMessage) - Constructor for exception com.github.fge.jsonschema.exceptions.unchecked.LoadingConfigurationError
 
loadingRef - Variable in class com.github.fge.jsonschema.tree.BaseSchemaTree
The JSON Reference from which this node has been loaded
LOALPHA - Static variable in class com.github.fge.jsonschema.util.CharMatchers
Match lowercase US ASCII letters
locator - Variable in class com.github.fge.jsonschema.ref.JsonRef
The locator of this reference.
log(ProcessingMessage) - Method in class com.github.fge.jsonschema.report.AbstractProcessingReport
 
log(ProcessingMessage) - Method in interface com.github.fge.jsonschema.report.ProcessingReport
 
logLevel - Variable in class com.github.fge.jsonschema.report.AbstractReportProvider
 
LogLevel - Enum in com.github.fge.jsonschema.report
 

M

matchingPointer(JsonRef) - Method in class com.github.fge.jsonschema.tree.CanonicalSchemaTree
 
matchingPointer(JsonRef) - Method in class com.github.fge.jsonschema.tree.InlineSchemaTree
 
matchingPointer(JsonRef) - Method in interface com.github.fge.jsonschema.tree.SchemaTree
Return a matching pointer in this tree for a fully resolved reference
MaximumDigester - Class in com.github.fge.jsonschema.keyword.digest.common
Digester for maximum
MaximumValidator - Class in com.github.fge.jsonschema.keyword.validator.common
 
MaximumValidator(JsonNode) - Constructor for class com.github.fge.jsonschema.keyword.validator.common.MaximumValidator
 
MaxItemsValidator - Class in com.github.fge.jsonschema.keyword.validator.common
 
MaxItemsValidator(JsonNode) - Constructor for class com.github.fge.jsonschema.keyword.validator.common.MaxItemsValidator
 
MaxLengthValidator - Class in com.github.fge.jsonschema.keyword.validator.common
 
MaxLengthValidator(JsonNode) - Constructor for class com.github.fge.jsonschema.keyword.validator.common.MaxLengthValidator
 
MaxPropertiesValidator - Class in com.github.fge.jsonschema.keyword.validator.draftv4
 
MaxPropertiesValidator(JsonNode) - Constructor for class com.github.fge.jsonschema.keyword.validator.draftv4.MaxPropertiesValidator
 
message(String) - Method in class com.github.fge.jsonschema.report.ProcessingMessage
 
message(T) - Method in class com.github.fge.jsonschema.report.ProcessingMessage
 
MessageProvider - Interface in com.github.fge.jsonschema.report
 
MinimumDigester - Class in com.github.fge.jsonschema.keyword.digest.common
Digester for minimum
MinimumValidator - Class in com.github.fge.jsonschema.keyword.validator.common
 
MinimumValidator(JsonNode) - Constructor for class com.github.fge.jsonschema.keyword.validator.common.MinimumValidator
 
MinItemsValidator - Class in com.github.fge.jsonschema.keyword.validator.common
 
MinItemsValidator(JsonNode) - Constructor for class com.github.fge.jsonschema.keyword.validator.common.MinItemsValidator
 
MinLengthValidator - Class in com.github.fge.jsonschema.keyword.validator.common
 
MinLengthValidator(JsonNode) - Constructor for class com.github.fge.jsonschema.keyword.validator.common.MinLengthValidator
 
MinPropertiesValidator - Class in com.github.fge.jsonschema.keyword.validator.draftv4
 
MinPropertiesValidator(JsonNode) - Constructor for class com.github.fge.jsonschema.keyword.validator.draftv4.MinPropertiesValidator
 
missingEntriesFrom(Set<String>) - Method in class com.github.fge.jsonschema.library.Dictionary
 
MultipleOfDigester - Class in com.github.fge.jsonschema.keyword.digest.draftv4
Digester for multipleOf
MultipleOfValidator - Class in com.github.fge.jsonschema.keyword.validator.draftv4
 
MultipleOfValidator(JsonNode) - Constructor for class com.github.fge.jsonschema.keyword.validator.draftv4.MultipleOfValidator
 

N

newBuilder() - Static method in class com.github.fge.jsonschema.library.Dictionary
 
newBuilder() - Static method in class com.github.fge.jsonschema.main.JsonSchemaFactory
 
newConfiguration() - Static method in class com.github.fge.jsonschema.cfg.LoadingConfiguration
 
newConfiguration() - Static method in class com.github.fge.jsonschema.cfg.ValidationConfiguration
 
newKeyword(String) - Static method in class com.github.fge.jsonschema.library.Keyword
 
newLibrary() - Static method in class com.github.fge.jsonschema.library.Library
 
newMessage() - Method in class com.github.fge.jsonschema.processors.data.FullValidationContext
 
newMessage() - Method in class com.github.fge.jsonschema.processors.data.ValidationData
 
newMessage() - Method in class com.github.fge.jsonschema.processors.data.ValidationDigest
 
newMessage() - Method in class com.github.fge.jsonschema.report.AbstractProcessingReport
 
newMessage() - Method in interface com.github.fge.jsonschema.report.MessageProvider
 
newMsg(ValidationData, T) - Method in class com.github.fge.jsonschema.format.AbstractFormatAttribute
Return a new message for this format attribute
newMsg(SchemaTree, T) - Method in class com.github.fge.jsonschema.keyword.syntax.AbstractSyntaxChecker
 
newMsg(ValidationData) - Method in class com.github.fge.jsonschema.keyword.validator.AbstractKeywordValidator
 
newReport() - Method in class com.github.fge.jsonschema.report.AbstractReportProvider
 
newReport() - Method in interface com.github.fge.jsonschema.report.ReportProvider
 
newTree(JsonRef, JsonNode) - Method in enum com.github.fge.jsonschema.load.Dereferencing
 
newTree(JsonNode) - Method in enum com.github.fge.jsonschema.load.Dereferencing
 
node - Variable in class com.github.fge.jsonschema.tree.BaseSchemaTree
The current node.
nodeFactory() - Static method in class com.github.fge.jsonschema.util.JacksonUtils
Return a preconfigured JsonNodeFactory to generate JSON data as JsonNodes
NodeType - Enum in com.github.fge.jsonschema.util
Enumeration for the different types of JSON instances which can be encountered.
NotSyntaxChecker - Class in com.github.fge.jsonschema.keyword.syntax.draftv4
 
NotValidator - Class in com.github.fge.jsonschema.keyword.validator.draftv4
 
NotValidator(JsonNode) - Constructor for class com.github.fge.jsonschema.keyword.validator.draftv4.NotValidator
 
NullDigester - Class in com.github.fge.jsonschema.keyword.digest.helpers
A digester returning a NullNode for any input
NullDigester(String, NodeType, NodeType...) - Constructor for class com.github.fge.jsonschema.keyword.digest.helpers.NullDigester
 
number - Variable in class com.github.fge.jsonschema.keyword.validator.helpers.NumericValidator
The keyword value
NumericDigester - Class in com.github.fge.jsonschema.keyword.digest.helpers
A specialized digester for numeric keywords
NumericDigester(String) - Constructor for class com.github.fge.jsonschema.keyword.digest.helpers.NumericDigester
 
NumericValidator - Class in com.github.fge.jsonschema.keyword.validator.helpers
 
NumericValidator(String, JsonNode) - Constructor for class com.github.fge.jsonschema.keyword.validator.helpers.NumericValidator
 

O

ObjectSchemaDigester - Class in com.github.fge.jsonschema.processors.validation
 
ObjectSchemaSelector - Class in com.github.fge.jsonschema.processors.validation
 
OneOfValidator - Class in com.github.fge.jsonschema.keyword.validator.draftv4
 
OneOfValidator(JsonNode) - Constructor for class com.github.fge.jsonschema.keyword.validator.draftv4.OneOfValidator
 
otherwise(Processor<IN, OUT>) - Method in class com.github.fge.jsonschema.processing.ProcessorSelector
 

P

PatternPropertiesSyntaxChecker - Class in com.github.fge.jsonschema.keyword.syntax.common
 
PatternSyntaxChecker - Class in com.github.fge.jsonschema.keyword.syntax.common
 
PatternValidator - Class in com.github.fge.jsonschema.keyword.validator.common
 
PatternValidator(JsonNode) - Constructor for class com.github.fge.jsonschema.keyword.validator.common.PatternValidator
 
PhoneAttribute - Class in com.github.fge.jsonschema.format.draftv3
Attempt to validate the phone format attribute.
pointer - Variable in class com.github.fge.jsonschema.tree.BaseJsonTree
The current JSON Pointer into the node.
pointer - Variable in class com.github.fge.jsonschema.tree.BaseSchemaTree
The current JSON Pointer into the node.
PositiveIntegerSyntaxChecker - Class in com.github.fge.jsonschema.keyword.syntax.helpers
 
PositiveIntegerSyntaxChecker(String) - Constructor for class com.github.fge.jsonschema.keyword.syntax.helpers.PositiveIntegerSyntaxChecker
 
PositiveIntegerValidator - Class in com.github.fge.jsonschema.keyword.validator.helpers
 
PositiveIntegerValidator(String, JsonNode) - Constructor for class com.github.fge.jsonschema.keyword.validator.helpers.PositiveIntegerValidator
 
preloadSchema(String, JsonNode) - Method in class com.github.fge.jsonschema.cfg.LoadingConfigurationBuilder
 
preloadSchema(JsonNode) - Method in class com.github.fge.jsonschema.cfg.LoadingConfigurationBuilder
 
process(ProcessingReport, IN) - Method in interface com.github.fge.jsonschema.processing.Processor
Process the input
process(ProcessingReport, ValidationDigest) - Method in class com.github.fge.jsonschema.processors.build.ValidatorBuilder
Process the input
process(ProcessingReport, ValidationData) - Method in class com.github.fge.jsonschema.processors.digest.SchemaDigester
 
process(ProcessingReport, FullValidationContext) - Method in class com.github.fge.jsonschema.processors.format.FormatProcessor
 
process(ProcessingReport, ValidationData) - Method in class com.github.fge.jsonschema.processors.ref.RefResolverProcessor
Resolve JSON Reference for the current schema context
process(ProcessingReport, ValidationData) - Method in class com.github.fge.jsonschema.processors.syntax.SyntaxProcessor
Process the input
process(ProcessingReport, ValidationData) - Method in class com.github.fge.jsonschema.processors.validation.ValidationChain
 
process(ProcessingReport, ValidationData) - Method in class com.github.fge.jsonschema.processors.validation.ValidationProcessor
 
ProcessingCache<K,V> - Class in com.github.fge.jsonschema.processing
 
ProcessingCache(Equivalence<K>, CacheLoader<Equivalence.Wrapper<K>, V>) - Constructor for class com.github.fge.jsonschema.processing.ProcessingCache
 
ProcessingConfigurationError - Exception in com.github.fge.jsonschema.exceptions.unchecked
 
ProcessingConfigurationError() - Constructor for exception com.github.fge.jsonschema.exceptions.unchecked.ProcessingConfigurationError
 
ProcessingConfigurationError(String) - Constructor for exception com.github.fge.jsonschema.exceptions.unchecked.ProcessingConfigurationError
 
ProcessingConfigurationError(ProcessingMessage) - Constructor for exception com.github.fge.jsonschema.exceptions.unchecked.ProcessingConfigurationError
 
ProcessingException - Exception in com.github.fge.jsonschema.exceptions
 
ProcessingException() - Constructor for exception com.github.fge.jsonschema.exceptions.ProcessingException
 
ProcessingException(String) - Constructor for exception com.github.fge.jsonschema.exceptions.ProcessingException
 
ProcessingException(ProcessingMessage) - Constructor for exception com.github.fge.jsonschema.exceptions.ProcessingException
 
ProcessingException(String, Throwable) - Constructor for exception com.github.fge.jsonschema.exceptions.ProcessingException
 
ProcessingException(ProcessingMessage, Throwable) - Constructor for exception com.github.fge.jsonschema.exceptions.ProcessingException
 
ProcessingMessage - Class in com.github.fge.jsonschema.report
 
ProcessingMessage() - Constructor for class com.github.fge.jsonschema.report.ProcessingMessage
 
ProcessingReport - Interface in com.github.fge.jsonschema.report
 
Processor<IN extends MessageProvider,OUT extends MessageProvider> - Interface in com.github.fge.jsonschema.processing
Interface for a processor in JSON Schema processing
ProcessorChain<IN extends MessageProvider,OUT extends MessageProvider> - Class in com.github.fge.jsonschema.processing
A processor chain
ProcessorSelector<IN extends MessageProvider,OUT extends MessageProvider> - Class in com.github.fge.jsonschema.processing
 
ProcessorSelector() - Constructor for class com.github.fge.jsonschema.processing.ProcessorSelector
 
ProcessorSelectorPredicate<IN extends MessageProvider,OUT extends MessageProvider> - Class in com.github.fge.jsonschema.processing
 
PropertiesValidator - Class in com.github.fge.jsonschema.keyword.validator.draftv3
 
PropertiesValidator(JsonNode) - Constructor for class com.github.fge.jsonschema.keyword.validator.draftv3.PropertiesValidator
 
put(String, JsonNode) - Method in class com.github.fge.jsonschema.report.ProcessingMessage
 
put(String, AsJson) - Method in class com.github.fge.jsonschema.report.ProcessingMessage
 
put(String, String) - Method in class com.github.fge.jsonschema.report.ProcessingMessage
 
put(String, int) - Method in class com.github.fge.jsonschema.report.ProcessingMessage
 
put(String, T) - Method in class com.github.fge.jsonschema.report.ProcessingMessage
 
put(String, Iterable<T>) - Method in class com.github.fge.jsonschema.report.ProcessingMessage
 

R

RefProcessingMessages - Enum in com.github.fge.jsonschema.messages
 
RefResolverProcessor - Class in com.github.fge.jsonschema.processors.ref
Processor for ref resolving
RefResolverProcessor(SchemaLoader) - Constructor for class com.github.fge.jsonschema.processors.ref.RefResolverProcessor
 
RefSanityChecks - Class in com.github.fge.jsonschema.cfg
 
RegexAttribute - Class in com.github.fge.jsonschema.format.common
Validator for the regex format attribute.
regexIsValid(String) - Static method in class com.github.fge.jsonschema.util.RhinoHelper
Validate that a regex is correct
regMatch(String, String) - Static method in class com.github.fge.jsonschema.util.RhinoHelper
Matches an input against a given regex, in the real sense of matching, that is, the regex can match anywhere in the input.
REL_TOKEN - Static variable in class com.github.fge.jsonschema.util.CharMatchers
Match any character valid in a link relation apart from the first one
relativize(JsonPointer) - Method in class com.github.fge.jsonschema.ref.JsonPointer
Relativize a pointer to the current pointer
removeEntry(String) - Method in class com.github.fge.jsonschema.library.DictionaryBuilder
 
removeScheme(String) - Method in class com.github.fge.jsonschema.cfg.LoadingConfigurationBuilder
 
ReportProvider - Interface in com.github.fge.jsonschema.report
 
RequiredDigester - Class in com.github.fge.jsonschema.keyword.digest.draftv4
Digester for required
RequiredKeywordValidator - Class in com.github.fge.jsonschema.keyword.validator.draftv4
 
RequiredKeywordValidator(JsonNode) - Constructor for class com.github.fge.jsonschema.keyword.validator.draftv4.RequiredKeywordValidator
 
RequiredSyntaxChecker - Class in com.github.fge.jsonschema.keyword.syntax.draftv4
 
resolve(JsonNode) - Method in class com.github.fge.jsonschema.ref.JsonFragment
Resolve this fragment against a given node
resolve(JsonNode) - Method in class com.github.fge.jsonschema.ref.JsonPointer
Apply the pointer to a JSON value and return the result
resolve(JsonRef) - Method in class com.github.fge.jsonschema.ref.JsonRef
Resolve this reference against another reference
resolve(JsonRef) - Method in class com.github.fge.jsonschema.tree.BaseSchemaTree
Resolve a JSON Reference against the current resolution context
resolve(JsonRef) - Method in interface com.github.fge.jsonschema.tree.SchemaTree
Resolve a JSON Reference against the current resolution context
ResourceURIDownloader - Class in com.github.fge.jsonschema.load
A downloader for the custom resource "scheme"
RFC2045_TOKEN - Static variable in class com.github.fge.jsonschema.util.CharMatchers
Match any character valid as a token by RFC 2045
RhinoHelper - Class in com.github.fge.jsonschema.util
ECMA 262 validation helper.

S

SchemaArraySyntaxChecker - Class in com.github.fge.jsonschema.keyword.syntax.helpers
 
SchemaArraySyntaxChecker(String) - Constructor for class com.github.fge.jsonschema.keyword.syntax.helpers.SchemaArraySyntaxChecker
 
SchemaArrayValidator - Class in com.github.fge.jsonschema.keyword.validator.helpers
 
SchemaArrayValidator(String) - Constructor for class com.github.fge.jsonschema.keyword.validator.helpers.SchemaArrayValidator
 
SchemaDigester - Class in com.github.fge.jsonschema.processors.digest
 
SchemaDigester(Dictionary<Digester>) - Constructor for class com.github.fge.jsonschema.processors.digest.SchemaDigester
 
SchemaLoader - Class in com.github.fge.jsonschema.load
A JSON Schema registry
SchemaLoader(LoadingConfiguration) - Constructor for class com.github.fge.jsonschema.load.SchemaLoader
 
SchemaLoader() - Constructor for class com.github.fge.jsonschema.load.SchemaLoader
 
SchemaMapSyntaxChecker - Class in com.github.fge.jsonschema.keyword.syntax.helpers
 
SchemaMapSyntaxChecker(String) - Constructor for class com.github.fge.jsonschema.keyword.syntax.helpers.SchemaMapSyntaxChecker
 
SchemaOrSchemaArraySyntaxChecker - Class in com.github.fge.jsonschema.keyword.syntax.helpers
 
SchemaOrSchemaArraySyntaxChecker(String) - Constructor for class com.github.fge.jsonschema.keyword.syntax.helpers.SchemaOrSchemaArraySyntaxChecker
 
schemas - Variable in class com.github.fge.jsonschema.keyword.validator.helpers.DraftV3TypeKeywordValidator
 
SchemaTree - Interface in com.github.fge.jsonschema.tree
 
SchemaTreeEquivalence - Class in com.github.fge.jsonschema.util.equivalence
 
SchemaVersion - Enum in com.github.fge.jsonschema.library
 
setDefaultLibrary(String, Library) - Method in class com.github.fge.jsonschema.cfg.ValidationConfigurationBuilder
 
setDefaultVersion(SchemaVersion) - Method in class com.github.fge.jsonschema.cfg.ValidationConfigurationBuilder
 
setExceptionProvider(ExceptionProvider) - Method in class com.github.fge.jsonschema.report.ProcessingMessage
 
setExceptionThreshold(LogLevel) - Method in class com.github.fge.jsonschema.report.AbstractProcessingReport
 
setExceptionThreshold(LogLevel) - Method in interface com.github.fge.jsonschema.report.ProcessingReport
 
setLoadingConfiguration(LoadingConfiguration) - Method in class com.github.fge.jsonschema.main.JsonSchemaFactoryBuilder
 
setLogLevel(LogLevel) - Method in class com.github.fge.jsonschema.report.AbstractProcessingReport
 
setLogLevel(LogLevel) - Method in class com.github.fge.jsonschema.report.ProcessingMessage
 
setLogLevel(LogLevel) - Method in interface com.github.fge.jsonschema.report.ProcessingReport
 
setNamespace(String) - Method in class com.github.fge.jsonschema.cfg.LoadingConfigurationBuilder
 
setPointer(JsonPointer) - Method in class com.github.fge.jsonschema.tree.CanonicalSchemaTree
 
setPointer(JsonPointer) - Method in class com.github.fge.jsonschema.tree.InlineSchemaTree
 
setPointer(JsonPointer) - Method in interface com.github.fge.jsonschema.tree.SchemaTree
Relocate the tree with an absolute pointer
setReportProvider(ReportProvider) - Method in class com.github.fge.jsonschema.main.JsonSchemaFactoryBuilder
 
setValidationConfiguration(ValidationConfiguration) - Method in class com.github.fge.jsonschema.main.JsonSchemaFactoryBuilder
 
SimpleDigester - Class in com.github.fge.jsonschema.keyword.digest.helpers
A digester only returning the node associated with the keyword
SimpleDigester(String, NodeType, NodeType...) - Constructor for class com.github.fge.jsonschema.keyword.digest.helpers.SimpleDigester
 
SimpleExceptionProvider - Class in com.github.fge.jsonschema.report
 
SimpleJsonTree - Class in com.github.fge.jsonschema.tree
A simple JsonTree
SimpleJsonTree(JsonNode) - Constructor for class com.github.fge.jsonschema.tree.SimpleJsonTree
 
SimpleTree - Interface in com.github.fge.jsonschema.tree
A JSON value decorated with JSON Pointer information
startingRef - Variable in class com.github.fge.jsonschema.tree.BaseSchemaTree
The JSON Reference representing the context at the root of the schema
startWith(Processor<X, Y>) - Static method in class com.github.fge.jsonschema.processing.ProcessorChain
Start a processing chain with a single processor
supportedTypes() - Method in class com.github.fge.jsonschema.format.AbstractFormatAttribute
 
supportedTypes() - Method in interface com.github.fge.jsonschema.format.FormatAttribute
Return the set of JSON Schema types this format attribute applies to
supportedTypes() - Method in class com.github.fge.jsonschema.keyword.digest.AbstractDigester
 
supportedTypes() - Method in interface com.github.fge.jsonschema.util.Digester
Return the instance types handled by this digested form
SyntaxChecker - Interface in com.github.fge.jsonschema.keyword.syntax
 
SyntaxMessages - Enum in com.github.fge.jsonschema.messages
 
SyntaxProcessor - Class in com.github.fge.jsonschema.processors.syntax
 
SyntaxProcessor(Dictionary<SyntaxChecker>) - Constructor for class com.github.fge.jsonschema.processors.syntax.SyntaxProcessor
 

T

thaw() - Method in class com.github.fge.jsonschema.cfg.LoadingConfiguration
 
thaw() - Method in class com.github.fge.jsonschema.cfg.ValidationConfiguration
 
thaw() - Method in class com.github.fge.jsonschema.library.Dictionary
 
thaw() - Method in class com.github.fge.jsonschema.library.Keyword
 
thaw() - Method in class com.github.fge.jsonschema.library.Library
 
thaw() - Method in class com.github.fge.jsonschema.main.JsonSchemaFactory
 
thaw() - Method in interface com.github.fge.jsonschema.util.Frozen
 
Thawed<F extends Frozen<? extends Thawed<F>>> - Interface in com.github.fge.jsonschema.util
 
then(Processor<IN, OUT>) - Method in class com.github.fge.jsonschema.processing.ProcessorSelectorPredicate
 
TimeAttribute - Class in com.github.fge.jsonschema.format.draftv3
Validator for the time format attribute.
toString() - Method in class com.github.fge.jsonschema.keyword.digest.AbstractDigester
 
toString() - Method in class com.github.fge.jsonschema.keyword.validator.AbstractKeywordValidator
 
toString() - Method in class com.github.fge.jsonschema.keyword.validator.common.AdditionalItemsValidator
 
toString() - Method in class com.github.fge.jsonschema.keyword.validator.common.AdditionalPropertiesValidator
 
toString() - Method in class com.github.fge.jsonschema.keyword.validator.common.DependenciesValidator
 
toString() - Method in class com.github.fge.jsonschema.keyword.validator.common.EnumValidator
 
toString() - Method in class com.github.fge.jsonschema.keyword.validator.common.PatternValidator
 
toString() - Method in class com.github.fge.jsonschema.keyword.validator.common.UniqueItemsValidator
 
toString() - Method in class com.github.fge.jsonschema.keyword.validator.draftv3.ExtendsValidator
 
toString() - Method in class com.github.fge.jsonschema.keyword.validator.draftv3.PropertiesValidator
 
toString() - Method in class com.github.fge.jsonschema.keyword.validator.draftv4.DraftV4TypeValidator
 
toString() - Method in class com.github.fge.jsonschema.keyword.validator.draftv4.NotValidator
 
toString() - Method in class com.github.fge.jsonschema.keyword.validator.draftv4.RequiredKeywordValidator
 
toString() - Method in class com.github.fge.jsonschema.keyword.validator.helpers.DraftV3TypeKeywordValidator
 
toString() - Method in class com.github.fge.jsonschema.keyword.validator.helpers.NumericValidator
 
toString() - Method in class com.github.fge.jsonschema.keyword.validator.helpers.PositiveIntegerValidator
 
toString() - Method in class com.github.fge.jsonschema.keyword.validator.helpers.SchemaArrayValidator
 
toString() - Method in enum com.github.fge.jsonschema.load.Dereferencing
 
toString() - Method in class com.github.fge.jsonschema.load.SchemaLoader
 
toString() - Method in enum com.github.fge.jsonschema.messages.ConfigurationMessages
 
toString() - Method in enum com.github.fge.jsonschema.messages.FormatMessages
 
toString() - Method in enum com.github.fge.jsonschema.messages.JsonRefMessages
 
toString() - Method in enum com.github.fge.jsonschema.messages.KeywordValidationMessages
 
toString() - Method in enum com.github.fge.jsonschema.messages.RefProcessingMessages
 
toString() - Method in enum com.github.fge.jsonschema.messages.SyntaxMessages
 
toString() - Method in enum com.github.fge.jsonschema.messages.ValidationConfigurationMessages
 
toString() - Method in class com.github.fge.jsonschema.processing.ProcessingCache
 
toString() - Method in class com.github.fge.jsonschema.processors.build.ValidatorBuilder
 
toString() - Method in class com.github.fge.jsonschema.processors.digest.SchemaDigester
 
toString() - Method in class com.github.fge.jsonschema.processors.format.FormatProcessor
 
toString() - Method in class com.github.fge.jsonschema.processors.ref.RefResolverProcessor
 
toString() - Method in class com.github.fge.jsonschema.processors.syntax.SyntaxProcessor
 
toString() - Method in class com.github.fge.jsonschema.processors.validation.ValidationChain
 
toString() - Method in class com.github.fge.jsonschema.processors.validation.ValidationProcessor
 
toString() - Method in class com.github.fge.jsonschema.ref.JsonFragment
 
toString() - Method in class com.github.fge.jsonschema.ref.JsonRef
 
toString() - Method in enum com.github.fge.jsonschema.report.LogLevel
 
toString() - Method in class com.github.fge.jsonschema.report.ProcessingMessage
 
toString() - Method in class com.github.fge.jsonschema.tree.BaseJsonTree
 
toString() - Method in class com.github.fge.jsonschema.tree.BaseSchemaTree
 
toString() - Method in class com.github.fge.jsonschema.tree.SimpleJsonTree
 
toString() - Method in enum com.github.fge.jsonschema.util.NodeType
 
toURI() - Method in class com.github.fge.jsonschema.ref.JsonRef
Return the underlying URI for this JSON Reference
TypeOnlySyntaxChecker - Class in com.github.fge.jsonschema.keyword.syntax.helpers
 
TypeOnlySyntaxChecker(String, NodeType, NodeType...) - Constructor for class com.github.fge.jsonschema.keyword.syntax.helpers.TypeOnlySyntaxChecker
 
types - Variable in class com.github.fge.jsonschema.keyword.validator.helpers.DraftV3TypeKeywordValidator
 

U

UncheckedReport - Class in com.github.fge.jsonschema.crude
 
UniqueItemsValidator - Class in com.github.fge.jsonschema.keyword.validator.common
 
UniqueItemsValidator(JsonNode) - Constructor for class com.github.fge.jsonschema.keyword.validator.common.UniqueItemsValidator
 
uri - Variable in class com.github.fge.jsonschema.ref.JsonRef
The URI, as provided by the input, with an appended empty fragment if no fragment was provided
URIAttribute - Class in com.github.fge.jsonschema.format.common
Validator for the uri format attribute.
URIDownloader - Interface in com.github.fge.jsonschema.load
URI downloader for a given scheme
URIManager - Class in com.github.fge.jsonschema.load
Class to fetch JSON documents
URIManager() - Constructor for class com.github.fge.jsonschema.load.URIManager
 
URIManager(LoadingConfiguration) - Constructor for class com.github.fge.jsonschema.load.URIManager
 
URISyntaxChecker - Class in com.github.fge.jsonschema.keyword.syntax.helpers
 
URISyntaxChecker(String) - Constructor for class com.github.fge.jsonschema.keyword.syntax.helpers.URISyntaxChecker
 
useFormat(boolean) - Method in class com.github.fge.jsonschema.cfg.ValidationConfigurationBuilder
 
UTCMillisecAttribute - Class in com.github.fge.jsonschema.format.draftv3
Validator for the utc-millisec format attribute.

V

valid - Variable in class com.github.fge.jsonschema.tree.BaseSchemaTree
Whether this schema is valid
validate(JsonNode, JsonNode) - Method in class com.github.fge.jsonschema.crude.CrudeValidator
 
validate(ProcessingReport, ValidationData) - Method in class com.github.fge.jsonschema.format.common.EmailAttribute
 
validate(ProcessingReport, ValidationData) - Method in class com.github.fge.jsonschema.format.common.HostnameAttribute
 
validate(ProcessingReport, ValidationData) - Method in class com.github.fge.jsonschema.format.common.IPv6Attribute
 
validate(ProcessingReport, ValidationData) - Method in class com.github.fge.jsonschema.format.common.RegexAttribute
 
validate(ProcessingReport, ValidationData) - Method in class com.github.fge.jsonschema.format.common.URIAttribute
 
validate(ProcessingReport, ValidationData) - Method in class com.github.fge.jsonschema.format.draftv3.PhoneAttribute
 
validate(ProcessingReport, ValidationData) - Method in class com.github.fge.jsonschema.format.draftv3.UTCMillisecAttribute
 
validate(ProcessingReport, ValidationData) - Method in interface com.github.fge.jsonschema.format.FormatAttribute
Validate the instance against this format attribute
validate(ProcessingReport, ValidationData) - Method in class com.github.fge.jsonschema.format.helpers.DateFormatAttribute
 
validate(ProcessingReport, ValidationData) - Method in class com.github.fge.jsonschema.format.helpers.IPv4FormatAttribute
 
validate(Processor<ValidationData, ProcessingReport>, ProcessingReport, ValidationData) - Method in class com.github.fge.jsonschema.keyword.validator.common.AdditionalItemsValidator
 
validate(Processor<ValidationData, ProcessingReport>, ProcessingReport, ValidationData) - Method in class com.github.fge.jsonschema.keyword.validator.common.AdditionalPropertiesValidator
 
validate(Processor<ValidationData, ProcessingReport>, ProcessingReport, ValidationData) - Method in class com.github.fge.jsonschema.keyword.validator.common.DependenciesValidator
 
validate(Processor<ValidationData, ProcessingReport>, ProcessingReport, ValidationData) - Method in class com.github.fge.jsonschema.keyword.validator.common.EnumValidator
 
validate(Processor<ValidationData, ProcessingReport>, ProcessingReport, ValidationData) - Method in class com.github.fge.jsonschema.keyword.validator.common.MaxItemsValidator
 
validate(Processor<ValidationData, ProcessingReport>, ProcessingReport, ValidationData) - Method in class com.github.fge.jsonschema.keyword.validator.common.MaxLengthValidator
 
validate(Processor<ValidationData, ProcessingReport>, ProcessingReport, ValidationData) - Method in class com.github.fge.jsonschema.keyword.validator.common.MinItemsValidator
 
validate(Processor<ValidationData, ProcessingReport>, ProcessingReport, ValidationData) - Method in class com.github.fge.jsonschema.keyword.validator.common.MinLengthValidator
 
validate(Processor<ValidationData, ProcessingReport>, ProcessingReport, ValidationData) - Method in class com.github.fge.jsonschema.keyword.validator.common.PatternValidator
 
validate(Processor<ValidationData, ProcessingReport>, ProcessingReport, ValidationData) - Method in class com.github.fge.jsonschema.keyword.validator.common.UniqueItemsValidator
 
validate(Processor<ValidationData, ProcessingReport>, ProcessingReport, ValidationData) - Method in class com.github.fge.jsonschema.keyword.validator.draftv3.DisallowKeywordValidator
 
validate(Processor<ValidationData, ProcessingReport>, ProcessingReport, ValidationData) - Method in class com.github.fge.jsonschema.keyword.validator.draftv3.DraftV3TypeValidator
 
validate(Processor<ValidationData, ProcessingReport>, ProcessingReport, ValidationData) - Method in class com.github.fge.jsonschema.keyword.validator.draftv3.ExtendsValidator
 
validate(Processor<ValidationData, ProcessingReport>, ProcessingReport, ValidationData) - Method in class com.github.fge.jsonschema.keyword.validator.draftv3.PropertiesValidator
 
validate(Processor<ValidationData, ProcessingReport>, ProcessingReport, ValidationData) - Method in class com.github.fge.jsonschema.keyword.validator.draftv4.AllOfValidator
 
validate(Processor<ValidationData, ProcessingReport>, ProcessingReport, ValidationData) - Method in class com.github.fge.jsonschema.keyword.validator.draftv4.AnyOfValidator
 
validate(Processor<ValidationData, ProcessingReport>, ProcessingReport, ValidationData) - Method in class com.github.fge.jsonschema.keyword.validator.draftv4.DraftV4TypeValidator
 
validate(Processor<ValidationData, ProcessingReport>, ProcessingReport, ValidationData) - Method in class com.github.fge.jsonschema.keyword.validator.draftv4.MaxPropertiesValidator
 
validate(Processor<ValidationData, ProcessingReport>, ProcessingReport, ValidationData) - Method in class com.github.fge.jsonschema.keyword.validator.draftv4.MinPropertiesValidator
 
validate(Processor<ValidationData, ProcessingReport>, ProcessingReport, ValidationData) - Method in class com.github.fge.jsonschema.keyword.validator.draftv4.NotValidator
 
validate(Processor<ValidationData, ProcessingReport>, ProcessingReport, ValidationData) - Method in class com.github.fge.jsonschema.keyword.validator.draftv4.OneOfValidator
 
validate(Processor<ValidationData, ProcessingReport>, ProcessingReport, ValidationData) - Method in class com.github.fge.jsonschema.keyword.validator.draftv4.RequiredKeywordValidator
 
validate(Processor<ValidationData, ProcessingReport>, ProcessingReport, ValidationData) - Method in class com.github.fge.jsonschema.keyword.validator.helpers.NumericValidator
 
validate(Processor<ValidationData, ProcessingReport>, ProcessingReport, ValidationData) - Method in interface com.github.fge.jsonschema.keyword.validator.KeywordValidator
 
validate(JsonNode, JsonNode) - Method in class com.github.fge.jsonschema.main.JsonValidator
 
validateDecimal(ProcessingReport, ValidationData) - Method in class com.github.fge.jsonschema.keyword.validator.common.MaximumValidator
 
validateDecimal(ProcessingReport, ValidationData) - Method in class com.github.fge.jsonschema.keyword.validator.common.MinimumValidator
 
validateDecimal(ProcessingReport, ValidationData) - Method in class com.github.fge.jsonschema.keyword.validator.helpers.DivisorValidator
 
validateDecimal(ProcessingReport, ValidationData) - Method in class com.github.fge.jsonschema.keyword.validator.helpers.NumericValidator
Method to be implemented by a numeric validator if either of the keyword value or instance value do not fit into a long
ValidatedPaths - Class in com.github.fge.jsonschema.processors.data
 
ValidatedPaths() - Constructor for class com.github.fge.jsonschema.processors.data.ValidatedPaths
 
validateLong(ProcessingReport, ValidationData) - Method in class com.github.fge.jsonschema.keyword.validator.common.MaximumValidator
 
validateLong(ProcessingReport, ValidationData) - Method in class com.github.fge.jsonschema.keyword.validator.common.MinimumValidator
 
validateLong(ProcessingReport, ValidationData) - Method in class com.github.fge.jsonschema.keyword.validator.helpers.DivisorValidator
 
validateLong(ProcessingReport, ValidationData) - Method in class com.github.fge.jsonschema.keyword.validator.helpers.NumericValidator
Method to be implemented by a numeric validator if both the keyword value and instance value fit into a long
validateUnchecked(JsonNode, JsonNode) - Method in class com.github.fge.jsonschema.crude.CrudeValidator
 
validateUnchecked(JsonNode, JsonNode) - Method in class com.github.fge.jsonschema.main.JsonValidator
 
ValidationChain - Class in com.github.fge.jsonschema.processors.validation
 
ValidationChain(Library, boolean) - Constructor for class com.github.fge.jsonschema.processors.validation.ValidationChain
 
ValidationChain(Library) - Constructor for class com.github.fge.jsonschema.processors.validation.ValidationChain
 
ValidationConfiguration - Class in com.github.fge.jsonschema.cfg
 
ValidationConfigurationBuilder - Class in com.github.fge.jsonschema.cfg
 
ValidationConfigurationError - Exception in com.github.fge.jsonschema.exceptions.unchecked
 
ValidationConfigurationError(ProcessingMessage) - Constructor for exception com.github.fge.jsonschema.exceptions.unchecked.ValidationConfigurationError
 
ValidationConfigurationMessages - Enum in com.github.fge.jsonschema.messages
 
ValidationData - Class in com.github.fge.jsonschema.processors.data
Validation data for a validation processor
ValidationData(SchemaTree, JsonTree) - Constructor for class com.github.fge.jsonschema.processors.data.ValidationData
 
ValidationData(SchemaTree) - Constructor for class com.github.fge.jsonschema.processors.data.ValidationData
 
ValidationDigest - Class in com.github.fge.jsonschema.processors.data
 
ValidationDigest(ValidationData, Map<String, JsonNode>) - Constructor for class com.github.fge.jsonschema.processors.data.ValidationDigest
 
ValidationDomain - Enum in com.github.fge.jsonschema.processors
 
ValidationProcessor - Class in com.github.fge.jsonschema.processors.validation
 
ValidationProcessor(Processor<ValidationData, FullValidationContext>) - Constructor for class com.github.fge.jsonschema.processors.validation.ValidationProcessor
 
ValidatorBuilder - Class in com.github.fge.jsonschema.processors.build
 
ValidatorBuilder(Dictionary<Constructor<? extends KeywordValidator>>) - Constructor for class com.github.fge.jsonschema.processors.build.ValidatorBuilder
 
valueOf(String) - Static method in enum com.github.fge.jsonschema.library.SchemaVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.fge.jsonschema.load.Dereferencing
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.fge.jsonschema.messages.ConfigurationMessages
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.fge.jsonschema.messages.FormatMessages
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.fge.jsonschema.messages.JsonRefMessages
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.fge.jsonschema.messages.KeywordValidationMessages
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.fge.jsonschema.messages.RefProcessingMessages
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.fge.jsonschema.messages.SyntaxMessages
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.fge.jsonschema.messages.ValidationConfigurationMessages
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.fge.jsonschema.processors.ValidationDomain
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.fge.jsonschema.report.LogLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.fge.jsonschema.util.NodeType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.github.fge.jsonschema.library.SchemaVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.fge.jsonschema.load.Dereferencing
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.fge.jsonschema.messages.ConfigurationMessages
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.fge.jsonschema.messages.FormatMessages
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.fge.jsonschema.messages.JsonRefMessages
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.fge.jsonschema.messages.KeywordValidationMessages
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.fge.jsonschema.messages.RefProcessingMessages
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.fge.jsonschema.messages.SyntaxMessages
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.fge.jsonschema.messages.ValidationConfigurationMessages
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.fge.jsonschema.processors.ValidationDomain
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.fge.jsonschema.report.LogLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.fge.jsonschema.util.NodeType
Returns an array containing the constants of this enum type, in the order they are declared.
valuesForKeys(Set<String>) - Method in class com.github.fge.jsonschema.library.Dictionary
 
versionTest() - Method in enum com.github.fge.jsonschema.library.SchemaVersion
 

W

warn(ProcessingMessage) - Method in class com.github.fge.jsonschema.report.AbstractProcessingReport
 
warn(ProcessingMessage) - Method in interface com.github.fge.jsonschema.report.ProcessingReport
 
when(Predicate<IN>) - Method in class com.github.fge.jsonschema.processing.ProcessorSelector
 
withInstance(JsonTree) - Method in class com.github.fge.jsonschema.processors.data.ValidationData
 
withSchema(SchemaTree) - Method in class com.github.fge.jsonschema.processors.data.ValidationData
 
withValidationStatus(boolean) - Method in class com.github.fge.jsonschema.tree.CanonicalSchemaTree
 
withValidationStatus(boolean) - Method in class com.github.fge.jsonschema.tree.InlineSchemaTree
 
withValidationStatus(boolean) - Method in interface com.github.fge.jsonschema.tree.SchemaTree
Return a new schema tree with a new validation status
A B C D E F G H I J K L M N O P R S T U V W 

Copyright © 2013. All Rights Reserved.