- 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
-