- 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
-
- 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.load.LoadingConfigurationBuilder
-
- 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.
- 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
-
- 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
-
- ValidationChain - Class in com.github.fge.jsonschema.processors.validation
-
- ValidationChain(Library) - Constructor for class com.github.fge.jsonschema.processors.validation.ValidationChain
-
- 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.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.LoadingMessages
-
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.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.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.LoadingMessages
-
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.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
-