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

A

AbstractDateFormatSpecifier - Class in org.eel.kitchen.jsonschema.format
Specialized format validator for date/time checking
AbstractDateFormatSpecifier(String, String) - Constructor for class org.eel.kitchen.jsonschema.format.AbstractDateFormatSpecifier
Constructor
AbstractTypeKeywordValidator - Class in org.eel.kitchen.jsonschema.keyword
Abstract validator for the type and disallow keywords
AbstractTypeKeywordValidator(String, JsonNode) - Constructor for class org.eel.kitchen.jsonschema.keyword.AbstractTypeKeywordValidator
 
addFormats(FormatBundle) - Method in class org.eel.kitchen.jsonschema.main.JsonSchemaFactory.Builder
Merge the existing bundle with another, custom bundle
addInfo(String, JsonNode) - Method in class org.eel.kitchen.jsonschema.report.ValidationMessage.Builder
Add further information to the message as a JsonNode
addInfo(String, T) - Method in class org.eel.kitchen.jsonschema.report.ValidationMessage.Builder
Add further information to the message for an arbitrary type
addInfo(String, Collection<T>) - Method in class org.eel.kitchen.jsonschema.report.ValidationMessage.Builder
Add further information to the message as a Collection of objects of an arbitrary type
addInfo(String, int) - Method in class org.eel.kitchen.jsonschema.report.ValidationMessage.Builder
Add further information to the message as an integer
additionalItems - Variable in class org.eel.kitchen.jsonschema.validator.ArrayValidator
 
AdditionalItemsKeywordValidator - Class in org.eel.kitchen.jsonschema.keyword
Validator for the additionalItems keyword
AdditionalItemsKeywordValidator(JsonNode) - Constructor for class org.eel.kitchen.jsonschema.keyword.AdditionalItemsKeywordValidator
 
additionalOK - Variable in class org.eel.kitchen.jsonschema.keyword.AdditionalItemsKeywordValidator
 
additionalOK - Variable in class org.eel.kitchen.jsonschema.keyword.AdditionalPropertiesKeywordValidator
 
additionalProperties - Variable in class org.eel.kitchen.jsonschema.validator.ObjectValidator
 
AdditionalPropertiesKeywordValidator - Class in org.eel.kitchen.jsonschema.keyword
Validator for additionalProperties
AdditionalPropertiesKeywordValidator(JsonNode) - Constructor for class org.eel.kitchen.jsonschema.keyword.AdditionalPropertiesKeywordValidator
 
addKeywords(KeywordBundle) - Method in class org.eel.kitchen.jsonschema.main.JsonSchemaFactory.Builder
Merge the existing keyword bundle with another, custom bundle
addMessage(ValidationMessage) - Method in class org.eel.kitchen.jsonschema.report.ValidationReport
Add one validation message to the report
addMessages(Collection<ValidationMessage>) - Method in class org.eel.kitchen.jsonschema.report.ValidationReport
Add several validation messages to the report
addRedirection(String, String) - Method in class org.eel.kitchen.jsonschema.main.JsonSchemaFactory.Builder
Add an URI redirection
addRedirection(String, String) - Method in class org.eel.kitchen.jsonschema.uri.URIManager
Add a URI rediction
addSimpleType(String) - Method in class org.eel.kitchen.jsonschema.keyword.AbstractTypeKeywordValidator
ALWAYS_TRUE - Static variable in class org.eel.kitchen.jsonschema.validator.JsonValidatorCache
 
analyzeDependency(Map.Entry<String, JsonNode>, ValidationMessage.Builder, List<ValidationMessage>) - Static method in class org.eel.kitchen.jsonschema.syntax.DependenciesSyntaxChecker
Analyze one entry in a dependency object entry
ANY - Static variable in class org.eel.kitchen.jsonschema.keyword.AbstractTypeKeywordValidator
Shortcut for all JSON instance types
ANY - Static variable in class org.eel.kitchen.jsonschema.syntax.TypeKeywordSyntaxChecker
 
append(String) - Method in class org.eel.kitchen.jsonschema.ref.JsonPointer
Append a path element to this pointer.
append(int) - Method in class org.eel.kitchen.jsonschema.ref.JsonPointer
Append an array index to this pointer.
ArrayChildrenSyntaxChecker - Class in org.eel.kitchen.jsonschema.syntax
Dedicated syntax validator checker for keywords having arrays as arguments
ArrayChildrenSyntaxChecker(String, EnumSet<NodeType>, NodeType, NodeType...) - Constructor for class org.eel.kitchen.jsonschema.syntax.ArrayChildrenSyntaxChecker
 
ArrayValidator - Class in org.eel.kitchen.jsonschema.validator
Validator called for array instance children
ArrayValidator(JsonNode) - Constructor for class org.eel.kitchen.jsonschema.validator.ArrayValidator
 
asJsonNode() - Method in class org.eel.kitchen.jsonschema.report.ValidationReport
Retrieve all messages as a JsonNode
asString - Variable in class org.eel.kitchen.jsonschema.ref.JsonFragment
This fragment as a string value

B

build() - Method in class org.eel.kitchen.jsonschema.bundle.Keyword.Builder
Build the Keyword
build() - Method in class org.eel.kitchen.jsonschema.main.JsonSchemaFactory.Builder
Build the factory
build() - Method in class org.eel.kitchen.jsonschema.report.ValidationMessage.Builder
Build the actual message
buildValidator(Class<? extends KeywordValidator>, JsonNode) - Static method in class org.eel.kitchen.jsonschema.keyword.KeywordFactory
Build one validator
BUILTIN_FORMATS - Static variable in class org.eel.kitchen.jsonschema.format.FormatBundle
The builtin format specifiers

C

cache - Variable in class org.eel.kitchen.jsonschema.main.JsonSchema
The validator cache
cache - Variable in class org.eel.kitchen.jsonschema.main.JsonSchemaFactory
Validator cache
cache - Variable in class org.eel.kitchen.jsonschema.ref.SchemaRegistry
Schema cache
cache - Variable in class org.eel.kitchen.jsonschema.validator.JsonValidatorCache
Cache for all validators, even failing ones
cache - Variable in class org.eel.kitchen.jsonschema.validator.ValidationContext
 
cacheLoader() - Method in class org.eel.kitchen.jsonschema.validator.JsonValidatorCache
The cache loader function
checkers - Variable in class org.eel.kitchen.jsonschema.syntax.SyntaxValidator
List of registered checkers
checkSyntax(ValidationMessage.Builder, List<ValidationMessage>, JsonNode) - Method in class org.eel.kitchen.jsonschema.syntax.SimpleSyntaxChecker
 
checkSyntax(ValidationMessage.Builder, List<ValidationMessage>, JsonNode) - Method in interface org.eel.kitchen.jsonschema.syntax.SyntaxChecker
Check the syntax for this keyword
checkValue(String, ValidationContext, ValidationReport, JsonNode) - Method in class org.eel.kitchen.jsonschema.format.AbstractDateFormatSpecifier
 
checkValue(String, ValidationContext, ValidationReport, JsonNode) - Method in class org.eel.kitchen.jsonschema.format.EmailFormatSpecifier
 
checkValue(String, ValidationContext, ValidationReport, JsonNode) - Method in class org.eel.kitchen.jsonschema.format.FormatSpecifier
Abstract method implemented by all specifiers
checkValue(String, ValidationContext, ValidationReport, JsonNode) - Method in class org.eel.kitchen.jsonschema.format.HostnameFormatSpecifier
 
checkValue(String, ValidationContext, ValidationReport, JsonNode) - Method in class org.eel.kitchen.jsonschema.format.IPV4FormatSpecifier
 
checkValue(String, ValidationContext, ValidationReport, JsonNode) - Method in class org.eel.kitchen.jsonschema.format.IPV6FormatSpecifier
 
checkValue(String, ValidationContext, ValidationReport, JsonNode) - Method in class org.eel.kitchen.jsonschema.format.RegexFormatSpecifier
 
checkValue(String, ValidationContext, ValidationReport, JsonNode) - Method in class org.eel.kitchen.jsonschema.format.URIFormatSpecifier
 
checkValue(ValidationMessage.Builder, List<ValidationMessage>, JsonNode) - Method in class org.eel.kitchen.jsonschema.syntax.ArrayChildrenSyntaxChecker
 
checkValue(ValidationMessage.Builder, List<ValidationMessage>, JsonNode) - Method in class org.eel.kitchen.jsonschema.syntax.DependenciesSyntaxChecker
 
checkValue(ValidationMessage.Builder, List<ValidationMessage>, JsonNode) - Method in class org.eel.kitchen.jsonschema.syntax.DivisibleBySyntaxChecker
 
checkValue(ValidationMessage.Builder, List<ValidationMessage>, JsonNode) - Method in class org.eel.kitchen.jsonschema.syntax.EnumSyntaxChecker
 
checkValue(ValidationMessage.Builder, List<ValidationMessage>, JsonNode) - Method in class org.eel.kitchen.jsonschema.syntax.ExclusiveMaximumSyntaxChecker
 
checkValue(ValidationMessage.Builder, List<ValidationMessage>, JsonNode) - Method in class org.eel.kitchen.jsonschema.syntax.ExclusiveMinimumSyntaxChecker
 
checkValue(ValidationMessage.Builder, List<ValidationMessage>, JsonNode) - Method in class org.eel.kitchen.jsonschema.syntax.PatternPropertiesSyntaxChecker
 
checkValue(ValidationMessage.Builder, List<ValidationMessage>, JsonNode) - Method in class org.eel.kitchen.jsonschema.syntax.PatternSyntaxChecker
 
checkValue(ValidationMessage.Builder, List<ValidationMessage>, JsonNode) - Method in class org.eel.kitchen.jsonschema.syntax.PositiveIntegerSyntaxChecker
 
checkValue(ValidationMessage.Builder, List<ValidationMessage>, JsonNode) - Method in class org.eel.kitchen.jsonschema.syntax.PropertiesSyntaxChecker
 
checkValue(ValidationMessage.Builder, List<ValidationMessage>, JsonNode) - Method in class org.eel.kitchen.jsonschema.syntax.SimpleSyntaxChecker
 
checkValue(ValidationMessage.Builder, List<ValidationMessage>, JsonNode) - Method in class org.eel.kitchen.jsonschema.syntax.TypeKeywordSyntaxChecker
 
checkValue(ValidationMessage.Builder, List<ValidationMessage>, JsonNode) - Method in class org.eel.kitchen.jsonschema.syntax.URISyntaxChecker
 
childrenTypes - Variable in class org.eel.kitchen.jsonschema.syntax.ArrayChildrenSyntaxChecker
 
cleanup(JsonNode) - Static method in class org.eel.kitchen.jsonschema.ref.SchemaContainer
Strip an object instance off its id member, if any
clearInfo() - Method in class org.eel.kitchen.jsonschema.report.ValidationMessage.Builder
Clear all supplementary information
compareTo(JsonFragment) - Method in class org.eel.kitchen.jsonschema.ref.JsonFragment
 
computeSimpleDep(String, Set<String>, ValidationReport) - Method in class org.eel.kitchen.jsonschema.keyword.DependenciesKeywordValidator
 
container - Variable in class org.eel.kitchen.jsonschema.ref.SchemaNode
 
container - Variable in class org.eel.kitchen.jsonschema.validator.ValidationContext
 
contains(JsonRef) - Method in class org.eel.kitchen.jsonschema.ref.JsonRef
Tell whether the current JSON Reference contains another
copy() - Method in class org.eel.kitchen.jsonschema.bundle.KeywordBundle
Package-private method to generate a full copy of this bundle
copy() - Method in class org.eel.kitchen.jsonschema.report.ValidationReport
Make a copy of this validation report, with an empty message map and the current path.
createSchema(SchemaContainer, JsonNode) - Method in class org.eel.kitchen.jsonschema.main.JsonSchemaFactory
Create a JsonSchema instance
ctx - Static variable in class org.eel.kitchen.jsonschema.util.RhinoHelper
Script context to use

D

DateTimeFormatSpecifier - Class in org.eel.kitchen.jsonschema.format
Validator for the date-time format specification
DateTimeFormatSpecifier() - Constructor for class org.eel.kitchen.jsonschema.format.DateTimeFormatSpecifier
 
decode(String, ImmutableList.Builder<String>) - Static method in class org.eel.kitchen.jsonschema.ref.JsonPointer
Initialize the object
DEFAULT_BUNDLE - Static variable in class org.eel.kitchen.jsonschema.bundle.KeywordBundles
 
defaultBundle() - Static method in class org.eel.kitchen.jsonschema.bundle.KeywordBundles
The standard draft v3 keyword bundle
defaultBundle() - Static method in class org.eel.kitchen.jsonschema.format.FormatBundle
Create a new bundle with the default format specifier set
defaultFactory() - Static method in class org.eel.kitchen.jsonschema.main.JsonSchemaFactory
Build a factory with all default settings
DefaultURIDownloader - Class in org.eel.kitchen.jsonschema.uri
Default URI downloader
DefaultURIDownloader() - Constructor for class org.eel.kitchen.jsonschema.uri.DefaultURIDownloader
 
DEP_JOINER - Static variable in class org.eel.kitchen.jsonschema.keyword.DependenciesKeywordValidator
 
DependenciesKeywordValidator - Class in org.eel.kitchen.jsonschema.keyword
Validator for the dependencies keyword
DependenciesKeywordValidator(JsonNode) - Constructor for class org.eel.kitchen.jsonschema.keyword.DependenciesKeywordValidator
 
DependenciesSyntaxChecker - Class in org.eel.kitchen.jsonschema.syntax
Syntax checker for the dependencies keyword
DependenciesSyntaxChecker() - Constructor for class org.eel.kitchen.jsonschema.syntax.DependenciesSyntaxChecker
 
DisallowKeywordValidator - Class in org.eel.kitchen.jsonschema.keyword
Validator for the disallow keyword
DisallowKeywordValidator(JsonNode) - Constructor for class org.eel.kitchen.jsonschema.keyword.DisallowKeywordValidator
 
DivisibleByKeywordValidator - Class in org.eel.kitchen.jsonschema.keyword
Validator for the disallow keyword
DivisibleByKeywordValidator(JsonNode) - Constructor for class org.eel.kitchen.jsonschema.keyword.DivisibleByKeywordValidator
 
DivisibleBySyntaxChecker - Class in org.eel.kitchen.jsonschema.syntax
Syntax checker for the divisibleBy keyword
DivisibleBySyntaxChecker() - Constructor for class org.eel.kitchen.jsonschema.syntax.DivisibleBySyntaxChecker
 
domain - Variable in enum org.eel.kitchen.jsonschema.report.ValidationDomain
The domain as a string
domain - Variable in class org.eel.kitchen.jsonschema.report.ValidationMessage.Builder
Validation domain
domain - Variable in class org.eel.kitchen.jsonschema.report.ValidationMessage
 
downloaders - Variable in class org.eel.kitchen.jsonschema.uri.URIManager
Map of downloaders (schemes as keys, URIDownloader instances as values)
dtf - Variable in class org.eel.kitchen.jsonschema.format.AbstractDateFormatSpecifier

E

elements - Variable in class org.eel.kitchen.jsonschema.ref.JsonPointer
The list of individual elements in the pointer.
EmailFormatSpecifier - Class in org.eel.kitchen.jsonschema.format
Validator for the email format specification.
EmailFormatSpecifier() - Constructor for class org.eel.kitchen.jsonschema.format.EmailFormatSpecifier
 
EMPTY - Static variable in class org.eel.kitchen.jsonschema.ref.JsonFragment
Special case fragment (empty)
EMPTY - Static variable in class org.eel.kitchen.jsonschema.ref.JsonRef
An empty JSON Reference
EMPTY_SCHEMA - Static variable in class org.eel.kitchen.jsonschema.util.JacksonUtils
 
EMPTY_URI - Static variable in class org.eel.kitchen.jsonschema.ref.JsonRef
Empty URI
emptyRef() - Static method in class org.eel.kitchen.jsonschema.ref.JsonRef
Return an empty reference
emptySchema() - Static method in class org.eel.kitchen.jsonschema.util.JacksonUtils
Return an empty schema
enableFeature(ValidationFeature) - Method in class org.eel.kitchen.jsonschema.main.JsonSchemaFactory.Builder
Enable a validation feature
EnumKeywordValidator - Class in org.eel.kitchen.jsonschema.keyword
Validator for the enum keyword
EnumKeywordValidator(JsonNode) - Constructor for class org.eel.kitchen.jsonschema.keyword.EnumKeywordValidator
 
enumNode - Variable in class org.eel.kitchen.jsonschema.keyword.EnumKeywordValidator
 
EnumSyntaxChecker - Class in org.eel.kitchen.jsonschema.syntax
Syntax validator for the enum keyword
EnumSyntaxChecker() - Constructor for class org.eel.kitchen.jsonschema.syntax.EnumSyntaxChecker
 
enumValues - Variable in class org.eel.kitchen.jsonschema.keyword.EnumKeywordValidator
 
equals(Object) - Method in class org.eel.kitchen.jsonschema.ref.JsonFragment
 
equals(Object) - Method in class org.eel.kitchen.jsonschema.ref.JsonRef
 
equals(Object) - Method in class org.eel.kitchen.jsonschema.ref.SchemaContainer
 
equals(Object) - Method in class org.eel.kitchen.jsonschema.ref.SchemaNode
 
equals(Object) - Method in class org.eel.kitchen.jsonschema.report.ValidationMessage
 
errmsg - Variable in class org.eel.kitchen.jsonschema.format.AbstractDateFormatSpecifier
The error message in case of validation failure
ESCAPE_CHAR - Static variable in class org.eel.kitchen.jsonschema.ref.JsonPointer
 
ESCAPE_REPLACEMENT_MAP - Static variable in class org.eel.kitchen.jsonschema.ref.JsonPointer
 
ESCAPED - Static variable in class org.eel.kitchen.jsonschema.ref.JsonPointer
 
exclusive - Variable in class org.eel.kitchen.jsonschema.keyword.MaximumKeywordValidator
 
exclusive - Variable in class org.eel.kitchen.jsonschema.keyword.MinimumKeywordValidator
 
ExclusiveMaximumSyntaxChecker - Class in org.eel.kitchen.jsonschema.syntax
Syntax validator for the exclusiveMaximum keyword
ExclusiveMaximumSyntaxChecker() - Constructor for class org.eel.kitchen.jsonschema.syntax.ExclusiveMaximumSyntaxChecker
 
ExclusiveMinimumSyntaxChecker - Class in org.eel.kitchen.jsonschema.syntax
Syntax validator for the exclusiveMinimum keyword
ExclusiveMinimumSyntaxChecker() - Constructor for class org.eel.kitchen.jsonschema.syntax.ExclusiveMinimumSyntaxChecker
 
ExtendsKeywordValidator - Class in org.eel.kitchen.jsonschema.keyword
Validator for the extends keyword
ExtendsKeywordValidator(JsonNode) - Constructor for class org.eel.kitchen.jsonschema.keyword.ExtendsKeywordValidator
 
ExtendsSyntaxChecker - Class in org.eel.kitchen.jsonschema.syntax
Syntax validator for the extends keyword
ExtendsSyntaxChecker() - Constructor for class org.eel.kitchen.jsonschema.syntax.ExtendsSyntaxChecker
 

F

factory - Static variable in class org.eel.kitchen.jsonschema.report.ValidationMessage
 
fatal - Variable in class org.eel.kitchen.jsonschema.report.ValidationMessage.Builder
Is this error message fatal?
fatal - Variable in class org.eel.kitchen.jsonschema.report.ValidationMessage
 
fatal - Variable in class org.eel.kitchen.jsonschema.report.ValidationReport
 
features - Variable in class org.eel.kitchen.jsonschema.main.JsonSchema
The feature set
features - Variable in class org.eel.kitchen.jsonschema.main.JsonSchemaFactory.Builder
The feature set
features - Variable in class org.eel.kitchen.jsonschema.main.JsonSchemaFactory
List of supported features
features - Variable in class org.eel.kitchen.jsonschema.validator.ValidationContext
 
fetch(URI) - Method in class org.eel.kitchen.jsonschema.uri.DefaultURIDownloader
 
fetch(URI) - Method in class org.eel.kitchen.jsonschema.uri.ResourceURIDownloader
 
fetch(URI) - Method in interface org.eel.kitchen.jsonschema.uri.URIDownloader
Fetch the content at a given URI
fieldNames(JsonNode) - Static method in class org.eel.kitchen.jsonschema.util.JacksonUtils
Return a set of field names in an object instance
fmt - Variable in class org.eel.kitchen.jsonschema.keyword.FormatKeywordValidator
 
forKeyword(String) - Static method in class org.eel.kitchen.jsonschema.bundle.Keyword.Builder
The one and only static factory method to build an instance
FormatBundle - Class in org.eel.kitchen.jsonschema.format
A format specifiers bundle
FormatBundle() - Constructor for class org.eel.kitchen.jsonschema.format.FormatBundle
Constructor for a completely empty bundle
FormatBundle(Map<String, FormatSpecifier>) - Constructor for class org.eel.kitchen.jsonschema.format.FormatBundle
Constructor with a provided specifier map
formatBundle - Variable in class org.eel.kitchen.jsonschema.main.JsonSchemaFactory.Builder
The format bundle
FormatKeywordValidator - Class in org.eel.kitchen.jsonschema.keyword
Validator for the format keyword
FormatKeywordValidator(JsonNode) - Constructor for class org.eel.kitchen.jsonschema.keyword.FormatKeywordValidator
 
FormatSpecifier - Class in org.eel.kitchen.jsonschema.format
Base class for a format specifier
FormatSpecifier(NodeType, NodeType...) - Constructor for class org.eel.kitchen.jsonschema.format.FormatSpecifier
Protected constructor
fragment - Variable in class org.eel.kitchen.jsonschema.ref.JsonRef
The fragment of this JSON Reference
fromFile(File) - Static method in class org.eel.kitchen.jsonschema.util.JsonLoader
Same as JsonLoader.fromPath(String), but this time the user supplies the File object instead
fromFragment(String) - Static method in class org.eel.kitchen.jsonschema.ref.JsonFragment
The only static factory method to obtain a fragment
fromName(String) - Static method in enum org.eel.kitchen.jsonschema.util.NodeType
Given a type name, return the corresponding node type
fromNode(JsonNode) - Static method in class org.eel.kitchen.jsonschema.ref.JsonRef
Build a JSON Reference from a JsonNode
fromPath(String) - Static method in class org.eel.kitchen.jsonschema.util.JsonLoader
Read a JsonNode from a file on the local filesystem.
fromReader(Reader) - Static method in class org.eel.kitchen.jsonschema.util.JsonLoader
Read a JsonNode from a user supplied Reader
fromResource(String) - Static method in class org.eel.kitchen.jsonschema.util.JsonLoader
Read a JsonNode from a resource path.
fromSchema(JsonNode, String) - Method in class org.eel.kitchen.jsonschema.main.JsonSchemaFactory
Create a schema instance from a JSON Schema, at a certain path
fromSchema(JsonNode) - Method in class org.eel.kitchen.jsonschema.main.JsonSchemaFactory
Create a schema instance from a JSON Schema
fromString(String) - Static method in class org.eel.kitchen.jsonschema.ref.JsonRef
Build a JSON Reference from a string input
fromURI(URI, String) - Method in class org.eel.kitchen.jsonschema.main.JsonSchemaFactory
Create a schema instance from a JSON Schema located at a given URI, and at a given path
fromURI(URI) - Method in class org.eel.kitchen.jsonschema.main.JsonSchemaFactory
Create a schema instance from a JSON Schema located at a given URI
fromURI(String) - Method in class org.eel.kitchen.jsonschema.main.JsonSchemaFactory
Create a schema instance from a JSON Schema located at a given URI
fromURI(String, String) - Method in class org.eel.kitchen.jsonschema.main.JsonSchemaFactory
Create a schema instance from a JSON Schema located at a given URI and at a given path
fromURI(URI) - Static method in class org.eel.kitchen.jsonschema.ref.JsonRef
Build a JSON Reference from a URI
fromURL(URL) - Static method in class org.eel.kitchen.jsonschema.util.JsonLoader
Read a JsonNode from an URL.

G

get(URI) - Method in class org.eel.kitchen.jsonschema.ref.SchemaRegistry
Get a schema container from the given URI
getContainer() - Method in class org.eel.kitchen.jsonschema.ref.SchemaNode
 
getContainer() - Method in class org.eel.kitchen.jsonschema.validator.ValidationContext
 
getContent(URI) - Method in class org.eel.kitchen.jsonschema.uri.URIManager
Get the content at a given URI as a JsonNode
getDomain() - Method in class org.eel.kitchen.jsonschema.report.ValidationMessage
 
getFormat(String) - Method in class org.eel.kitchen.jsonschema.validator.ValidationContext
 
getFragment() - Method in class org.eel.kitchen.jsonschema.ref.JsonRef
Return this JSON Reference's fragment
getInfo(String) - Method in class org.eel.kitchen.jsonschema.report.ValidationMessage
 
getInstance() - Static method in class org.eel.kitchen.jsonschema.format.DateTimeFormatSpecifier
 
getInstance() - Static method in class org.eel.kitchen.jsonschema.format.EmailFormatSpecifier
 
getInstance() - Static method in class org.eel.kitchen.jsonschema.format.HostnameFormatSpecifier
 
getInstance() - Static method in class org.eel.kitchen.jsonschema.format.IPV4FormatSpecifier
 
getInstance() - Static method in class org.eel.kitchen.jsonschema.format.IPV6FormatSpecifier
 
getInstance() - Static method in class org.eel.kitchen.jsonschema.format.RegexFormatSpecifier
 
getInstance() - Static method in class org.eel.kitchen.jsonschema.format.URIFormatSpecifier
 
getInstance() - Static method in class org.eel.kitchen.jsonschema.syntax.DependenciesSyntaxChecker
 
getInstance() - Static method in class org.eel.kitchen.jsonschema.syntax.DivisibleBySyntaxChecker
 
getInstance() - Static method in class org.eel.kitchen.jsonschema.syntax.EnumSyntaxChecker
 
getInstance() - Static method in class org.eel.kitchen.jsonschema.syntax.ExclusiveMaximumSyntaxChecker
 
getInstance() - Static method in class org.eel.kitchen.jsonschema.syntax.ExclusiveMinimumSyntaxChecker
 
getInstance() - Static method in class org.eel.kitchen.jsonschema.syntax.ExtendsSyntaxChecker
 
getInstance() - Static method in class org.eel.kitchen.jsonschema.syntax.ItemsSyntaxChecker
 
getInstance() - Static method in class org.eel.kitchen.jsonschema.syntax.PatternPropertiesSyntaxChecker
 
getInstance() - Static method in class org.eel.kitchen.jsonschema.syntax.PatternSyntaxChecker
 
getInstance() - Static method in class org.eel.kitchen.jsonschema.syntax.PropertiesSyntaxChecker
 
getInstance() - Static method in class org.eel.kitchen.jsonschema.uri.DefaultURIDownloader
 
getInstance() - Static method in class org.eel.kitchen.jsonschema.uri.ResourceURIDownloader
 
getInstance() - Static method in class org.eel.kitchen.jsonschema.util.JacksonUtils.EmptySchema
 
getKeyword() - Method in class org.eel.kitchen.jsonschema.report.ValidationMessage
 
getLocalizedMessage() - Method in exception org.eel.kitchen.jsonschema.main.JsonSchemaException
 
getLocator() - Method in class org.eel.kitchen.jsonschema.ref.SchemaContainer
Get this container's locator
getMessage() - Method in exception org.eel.kitchen.jsonschema.main.JsonSchemaException
 
getMessage() - Method in class org.eel.kitchen.jsonschema.report.ValidationMessage
 
getMessages() - Method in class org.eel.kitchen.jsonschema.report.ValidationReport
Get a flat list of validation messages
getName() - Method in class org.eel.kitchen.jsonschema.bundle.Keyword
 
getNextRefToken(String) - Static method in class org.eel.kitchen.jsonschema.ref.JsonPointer
Grab a (cooked) reference token from an input string
getNode() - Method in class org.eel.kitchen.jsonschema.ref.SchemaNode
 
getNodeType(JsonNode) - Static method in enum org.eel.kitchen.jsonschema.util.NodeType
Given a JsonNode as an argument, return its type.
getPath() - Method in class org.eel.kitchen.jsonschema.report.ValidationReport
Get the current path of this report
getRootAsURI() - Method in class org.eel.kitchen.jsonschema.ref.JsonRef
Return this JSON Reference's locator
getSchema() - Method in class org.eel.kitchen.jsonschema.ref.SchemaContainer
Get this container's underlying schema
getSchema(int) - Method in class org.eel.kitchen.jsonschema.validator.ArrayValidator
 
getSchemas(String) - Method in class org.eel.kitchen.jsonschema.validator.ObjectValidator
 
getSpecifiers() - Method in class org.eel.kitchen.jsonschema.format.FormatBundle
Get an immutable map of this bundle's specifiers
getSyntaxChecker() - Method in class org.eel.kitchen.jsonschema.bundle.Keyword
 
getSyntaxCheckers() - Method in class org.eel.kitchen.jsonschema.bundle.KeywordBundle
Get the list of syntax checkers for this bundle
getValidationMessage() - Method in exception org.eel.kitchen.jsonschema.main.JsonSchemaException
 
getValidator(SchemaNode) - Method in class org.eel.kitchen.jsonschema.validator.JsonValidatorCache
 
getValidatorClass() - Method in class org.eel.kitchen.jsonschema.bundle.Keyword
 
getValidators() - Method in class org.eel.kitchen.jsonschema.bundle.KeywordBundle
Get the list of keyword validators for this bundle
getValidators(JsonNode) - Method in class org.eel.kitchen.jsonschema.keyword.KeywordFactory
Return the set of validators for a particular schema

H

hasFatalError() - Method in class org.eel.kitchen.jsonschema.report.ValidationReport
 
hasFeature(ValidationFeature) - Method in class org.eel.kitchen.jsonschema.validator.ValidationContext
 
hashCode() - Method in class org.eel.kitchen.jsonschema.ref.JsonFragment
 
hashCode - Variable in class org.eel.kitchen.jsonschema.ref.JsonRef
 
hashCode() - Method in class org.eel.kitchen.jsonschema.ref.JsonRef
 
hashCode() - Method in class org.eel.kitchen.jsonschema.ref.SchemaContainer
 
hashCode - Variable in class org.eel.kitchen.jsonschema.ref.SchemaNode
 
hashCode() - Method in class org.eel.kitchen.jsonschema.ref.SchemaNode
 
hashCode() - Method in class org.eel.kitchen.jsonschema.report.ValidationMessage
 
HASHONLY_URI - Static variable in class org.eel.kitchen.jsonschema.ref.JsonRef
URI with only an empty fragment part
HostnameFormatSpecifier - Class in org.eel.kitchen.jsonschema.format
Validator for the host-name format specification
HostnameFormatSpecifier() - Constructor for class org.eel.kitchen.jsonschema.format.HostnameFormatSpecifier
 

I

IdFragment - Class in org.eel.kitchen.jsonschema.ref
id fragment resolution class
IdFragment(String) - Constructor for class org.eel.kitchen.jsonschema.ref.IdFragment
 
info - Variable in class org.eel.kitchen.jsonschema.report.ValidationMessage.Builder
Further information associated with the error message
info - Variable in class org.eel.kitchen.jsonschema.report.ValidationMessage
 
instance - Static variable in class org.eel.kitchen.jsonschema.format.DateTimeFormatSpecifier
 
instance - Static variable in class org.eel.kitchen.jsonschema.format.EmailFormatSpecifier
 
instance - Static variable in class org.eel.kitchen.jsonschema.format.HostnameFormatSpecifier
 
instance - Static variable in class org.eel.kitchen.jsonschema.format.IPV4FormatSpecifier
 
instance - Static variable in class org.eel.kitchen.jsonschema.format.IPV6FormatSpecifier
 
instance - Static variable in class org.eel.kitchen.jsonschema.format.RegexFormatSpecifier
 
instance - Static variable in class org.eel.kitchen.jsonschema.format.URIFormatSpecifier
 
instance - Static variable in class org.eel.kitchen.jsonschema.syntax.DependenciesSyntaxChecker
 
instance - Static variable in class org.eel.kitchen.jsonschema.syntax.DivisibleBySyntaxChecker
 
instance - Static variable in class org.eel.kitchen.jsonschema.syntax.EnumSyntaxChecker
 
instance - Static variable in class org.eel.kitchen.jsonschema.syntax.ExclusiveMaximumSyntaxChecker
 
instance - Static variable in class org.eel.kitchen.jsonschema.syntax.ExclusiveMinimumSyntaxChecker
 
instance - Static variable in class org.eel.kitchen.jsonschema.syntax.ExtendsSyntaxChecker
 
instance - Static variable in class org.eel.kitchen.jsonschema.syntax.ItemsSyntaxChecker
 
instance - Static variable in class org.eel.kitchen.jsonschema.syntax.PatternPropertiesSyntaxChecker
 
instance - Static variable in class org.eel.kitchen.jsonschema.syntax.PatternSyntaxChecker
 
instance - Static variable in class org.eel.kitchen.jsonschema.syntax.PropertiesSyntaxChecker
 
instance - Static variable in class org.eel.kitchen.jsonschema.uri.DefaultURIDownloader
 
instance - Static variable in class org.eel.kitchen.jsonschema.uri.ResourceURIDownloader
 
instance - Static variable in class org.eel.kitchen.jsonschema.util.JacksonUtils.EmptySchema
 
instanceTypes - Variable in class org.eel.kitchen.jsonschema.keyword.KeywordValidator
What types this keyword validates
InstanceValidator - Class in org.eel.kitchen.jsonschema.validator
The main validator
InstanceValidator(SchemaNode, Set<KeywordValidator>) - Constructor for class org.eel.kitchen.jsonschema.validator.InstanceValidator
Constructor, package private
intValue - Variable in class org.eel.kitchen.jsonschema.keyword.PositiveIntegerKeywordValidator
Value for this keyword
invalidValidator(Class<? extends KeywordValidator>, Exception) - Static method in class org.eel.kitchen.jsonschema.keyword.KeywordFactory
Build an invalid validator in the event of instantiation failure
IPV4_LENGTH - Static variable in class org.eel.kitchen.jsonschema.format.IPV4FormatSpecifier
 
IPV4FormatSpecifier - Class in org.eel.kitchen.jsonschema.format
Validator for the ip-address format specification, ie an IPv4 address
IPV4FormatSpecifier() - Constructor for class org.eel.kitchen.jsonschema.format.IPV4FormatSpecifier
 
IPV6_LENGTH - Static variable in class org.eel.kitchen.jsonschema.format.IPV6FormatSpecifier
 
IPV6FormatSpecifier - Class in org.eel.kitchen.jsonschema.format
Validator for the ipv6 format specification
IPV6FormatSpecifier() - Constructor for class org.eel.kitchen.jsonschema.format.IPV6FormatSpecifier
 
isAbsolute() - Method in class org.eel.kitchen.jsonschema.ref.JsonRef
Tell whether this reference is an absolute reference
isEmpty() - Method in class org.eel.kitchen.jsonschema.ref.JsonFragment
Tell whether this fragment is empty
isFatal() - Method in class org.eel.kitchen.jsonschema.report.ValidationMessage
 
isLong - Variable in class org.eel.kitchen.jsonschema.keyword.NumericKeywordValidator
Does the keyword value fits into a long?
isSuccess() - Method in class org.eel.kitchen.jsonschema.report.ValidationReport
Is this report a success?
items - Variable in class org.eel.kitchen.jsonschema.validator.ArrayValidator
 
itemsCount - Variable in class org.eel.kitchen.jsonschema.keyword.AdditionalItemsKeywordValidator
 
ItemsSyntaxChecker - Class in org.eel.kitchen.jsonschema.syntax
Syntax validator for the items keyword
ItemsSyntaxChecker() - Constructor for class org.eel.kitchen.jsonschema.syntax.ItemsSyntaxChecker
 

J

JacksonUtils - Class in org.eel.kitchen.jsonschema.util
A small set of utility methods over Jackson.
JacksonUtils() - Constructor for class org.eel.kitchen.jsonschema.util.JacksonUtils
 
JacksonUtils.EmptySchema - Class in org.eel.kitchen.jsonschema.util
 
JacksonUtils.EmptySchema() - Constructor for class org.eel.kitchen.jsonschema.util.JacksonUtils.EmptySchema
 
JOINER - Static variable in class org.eel.kitchen.jsonschema.report.ValidationMessage
 
jsAsString - Static variable in class org.eel.kitchen.jsonschema.util.RhinoHelper
JavaScript scriptlet defining functions RhinoHelper.regexIsValid and RhinoHelper.regMatch
JsonFragment - Class in org.eel.kitchen.jsonschema.ref
Abstract class for fragment resolution
JsonFragment(String) - Constructor for class org.eel.kitchen.jsonschema.ref.JsonFragment
Constructor
JsonLoader - Class in org.eel.kitchen.jsonschema.util
Utility class to load JSON documents (schemas or instance) from various sources as JsonNodes.
JsonLoader() - Constructor for class org.eel.kitchen.jsonschema.util.JsonLoader
 
JsonPointer - Class in org.eel.kitchen.jsonschema.ref
Implementation of IETF JSON Pointer draft, version 3
JsonPointer(String) - Constructor for class org.eel.kitchen.jsonschema.ref.JsonPointer
Constructor
JsonPointer(String, List<String>) - Constructor for class org.eel.kitchen.jsonschema.ref.JsonPointer
 
JsonRef - Class in org.eel.kitchen.jsonschema.ref
Representation of a JSON Reference
JsonRef(URI) - Constructor for class org.eel.kitchen.jsonschema.ref.JsonRef
The main constructor, which is private by design
JsonResolver - Class in org.eel.kitchen.jsonschema.validator
Class responsible for JSON Reference resolution
JsonResolver(SchemaRegistry) - Constructor for class org.eel.kitchen.jsonschema.validator.JsonResolver
 
JsonSchema - Class in org.eel.kitchen.jsonschema.main
The main validation class
JsonSchema(JsonValidatorCache, EnumSet<ValidationFeature>, SchemaNode) - Constructor for class org.eel.kitchen.jsonschema.main.JsonSchema
Constructor, package private
JsonSchemaException - Exception in org.eel.kitchen.jsonschema.main
Generic exception thrown when the validation cannot proceed normally
JsonSchemaException(ValidationMessage, Exception) - Constructor for exception org.eel.kitchen.jsonschema.main.JsonSchemaException
 
JsonSchemaException(ValidationMessage) - Constructor for exception org.eel.kitchen.jsonschema.main.JsonSchemaException
 
JsonSchemaFactory - Class in org.eel.kitchen.jsonschema.main
Factory to build JSON Schema validating instances
JsonSchemaFactory(JsonSchemaFactory.Builder) - Constructor for class org.eel.kitchen.jsonschema.main.JsonSchemaFactory
Constructor, private by design
JsonSchemaFactory.Builder - Class in org.eel.kitchen.jsonschema.main
Builder class for a JsonSchemaFactory
JsonSchemaFactory.Builder() - Constructor for class org.eel.kitchen.jsonschema.main.JsonSchemaFactory.Builder
 
JsonValidator - Interface in org.eel.kitchen.jsonschema.validator
Interface which all JSON validators must implement
JsonValidatorCache - Class in org.eel.kitchen.jsonschema.validator
Cache for JSON validators
JsonValidatorCache(KeywordBundle, SchemaRegistry) - Constructor for class org.eel.kitchen.jsonschema.validator.JsonValidatorCache
Constructor
JsonValidatorCache.FailingValidator - Class in org.eel.kitchen.jsonschema.validator
Class instantiated when a schema node fails to pass ref resolution or syntax checking
JsonValidatorCache.FailingValidator(ValidationMessage) - Constructor for class org.eel.kitchen.jsonschema.validator.JsonValidatorCache.FailingValidator
 
JsonValidatorCache.FailingValidator(List<ValidationMessage>) - Constructor for class org.eel.kitchen.jsonschema.validator.JsonValidatorCache.FailingValidator
 

K

Keyword - Class in org.eel.kitchen.jsonschema.bundle
Class used to build a new keyword
Keyword(Keyword.Builder) - Constructor for class org.eel.kitchen.jsonschema.bundle.Keyword
 
keyword - Variable in class org.eel.kitchen.jsonschema.bundle.Keyword.Builder
 
keyword - Variable in class org.eel.kitchen.jsonschema.keyword.KeywordValidator
The keyword
keyword - Variable in class org.eel.kitchen.jsonschema.report.ValidationMessage.Builder
Keyword associated with the message
keyword - Variable in class org.eel.kitchen.jsonschema.report.ValidationMessage
 
keyword - Variable in class org.eel.kitchen.jsonschema.syntax.SimpleSyntaxChecker
 
Keyword.Builder - Class in org.eel.kitchen.jsonschema.bundle
Builder class for a new keyword
Keyword.Builder(String) - Constructor for class org.eel.kitchen.jsonschema.bundle.Keyword.Builder
The only constructor, private by design
KeywordBundle - Class in org.eel.kitchen.jsonschema.bundle
A keyword bundle
KeywordBundle() - Constructor for class org.eel.kitchen.jsonschema.bundle.KeywordBundle
 
keywordBundle - Variable in class org.eel.kitchen.jsonschema.main.JsonSchemaFactory.Builder
The keyword bundle
KeywordBundles - Class in org.eel.kitchen.jsonschema.bundle
Utility class to distribute default keyword bundles.
KeywordBundles() - Constructor for class org.eel.kitchen.jsonschema.bundle.KeywordBundles
 
KeywordFactory - Class in org.eel.kitchen.jsonschema.keyword
Factory to provide a set of KeywordValidator instances for a given schema
KeywordFactory(KeywordBundle) - Constructor for class org.eel.kitchen.jsonschema.keyword.KeywordFactory
The only constructor
keywordFactory - Variable in class org.eel.kitchen.jsonschema.validator.JsonValidatorCache
 
KeywordValidator - Class in org.eel.kitchen.jsonschema.keyword
Base class for a schema keyword validator
KeywordValidator(String, NodeType...) - Constructor for class org.eel.kitchen.jsonschema.keyword.KeywordValidator
Constructor

L

locator - Variable in class org.eel.kitchen.jsonschema.ref.JsonRef
The locator for this fragment
locator - Variable in class org.eel.kitchen.jsonschema.ref.SchemaContainer
 

M

mapper - Static variable in class org.eel.kitchen.jsonschema.uri.URIManager
Our object mapper
mapper - Static variable in class org.eel.kitchen.jsonschema.util.JsonLoader
The mapper which does everything behind the scenes...
MaximumKeywordValidator - Class in org.eel.kitchen.jsonschema.keyword
Validator for the maximum keyword
MaximumKeywordValidator(JsonNode) - Constructor for class org.eel.kitchen.jsonschema.keyword.MaximumKeywordValidator
 
MaxItemsKeywordValidator - Class in org.eel.kitchen.jsonschema.keyword
Validator for the maxItems keyword
MaxItemsKeywordValidator(JsonNode) - Constructor for class org.eel.kitchen.jsonschema.keyword.MaxItemsKeywordValidator
 
MaxLengthKeywordValidator - Class in org.eel.kitchen.jsonschema.keyword
Validator for the maxLength keyword
MaxLengthKeywordValidator(JsonNode) - Constructor for class org.eel.kitchen.jsonschema.keyword.MaxLengthKeywordValidator
 
mergeWith(KeywordBundle) - Method in class org.eel.kitchen.jsonschema.bundle.KeywordBundle
Merge with another keyword bundle
mergeWith(FormatBundle) - Method in class org.eel.kitchen.jsonschema.format.FormatBundle
Merge with another bundle
mergeWith(ValidationReport) - Method in class org.eel.kitchen.jsonschema.report.ValidationReport
Merge with another validation report
message - Variable in class org.eel.kitchen.jsonschema.report.ValidationMessage.Builder
Error message
message - Variable in class org.eel.kitchen.jsonschema.report.ValidationMessage
 
messages - Variable in class org.eel.kitchen.jsonschema.validator.JsonValidatorCache.FailingValidator
 
MinimumKeywordValidator - Class in org.eel.kitchen.jsonschema.keyword
Validator for the minimum keyword
MinimumKeywordValidator(JsonNode) - Constructor for class org.eel.kitchen.jsonschema.keyword.MinimumKeywordValidator
 
MinItemsKeywordValidator - Class in org.eel.kitchen.jsonschema.keyword
Validator for the minItems keyword
MinItemsKeywordValidator(JsonNode) - Constructor for class org.eel.kitchen.jsonschema.keyword.MinItemsKeywordValidator
 
MinLengthKeywordValidator - Class in org.eel.kitchen.jsonschema.keyword
Validator for the minLength keyword
MinLengthKeywordValidator(JsonNode) - Constructor for class org.eel.kitchen.jsonschema.keyword.MinLengthKeywordValidator
 
msgMap - Variable in class org.eel.kitchen.jsonschema.report.ValidationReport
Message list
myself - Static variable in class org.eel.kitchen.jsonschema.uri.ResourceURIDownloader
 
myself - Static variable in class org.eel.kitchen.jsonschema.util.JsonLoader
A shortcut: myself as a Class object.

N

name - Variable in class org.eel.kitchen.jsonschema.bundle.Keyword
 
name - Variable in enum org.eel.kitchen.jsonschema.util.NodeType
The name for this type, as encountered in a JSON schema
nameMap - Static variable in enum org.eel.kitchen.jsonschema.util.NodeType
Reverse map to find a node type out of this type's name
namespace - Variable in class org.eel.kitchen.jsonschema.main.JsonSchemaFactory.Builder
The namespace
namespace - Variable in class org.eel.kitchen.jsonschema.ref.SchemaRegistry
The default namespace
newBundle() - Static method in class org.eel.kitchen.jsonschema.format.FormatBundle
Create a new, empty bundle
newMsg(String) - Static method in class org.eel.kitchen.jsonschema.format.FormatSpecifier
 
newMsg() - Method in class org.eel.kitchen.jsonschema.keyword.KeywordValidator
Create a new validation message template
newMsg(String) - Static method in class org.eel.kitchen.jsonschema.ref.JsonPointer
 
newValidator(JsonNode) - Method in class org.eel.kitchen.jsonschema.validator.ValidationContext
Build a new validator out of a JSON document
node - Variable in class org.eel.kitchen.jsonschema.ref.SchemaNode
 
nodeFactory - Static variable in class org.eel.kitchen.jsonschema.keyword.KeywordValidator
 
nodeToMap(JsonNode) - Static method in class org.eel.kitchen.jsonschema.util.JacksonUtils
Return a map out of an object instance
nodeToTreeMap(JsonNode) - Static method in class org.eel.kitchen.jsonschema.util.JacksonUtils
Return a sorted map out of an object instance
NodeType - Enum in org.eel.kitchen.jsonschema.util
Enumeration for the different types of JSON instances which can be encountered.
NodeType(String) - Constructor for enum org.eel.kitchen.jsonschema.util.NodeType
 
number - Variable in class org.eel.kitchen.jsonschema.keyword.NumericKeywordValidator
The keyword value
NumericKeywordValidator - Class in org.eel.kitchen.jsonschema.keyword
Base class for numeric instances validators
NumericKeywordValidator(String, JsonNode) - Constructor for class org.eel.kitchen.jsonschema.keyword.NumericKeywordValidator
Protected constructor

O

ObjectValidator - Class in org.eel.kitchen.jsonschema.validator
Validator called for object instance children
ObjectValidator(JsonNode) - Constructor for class org.eel.kitchen.jsonschema.validator.ObjectValidator
 
org.eel.kitchen.jsonschema.bundle - package org.eel.kitchen.jsonschema.bundle
Schema keywords and keyword bundles
org.eel.kitchen.jsonschema.format - package org.eel.kitchen.jsonschema.format
Format specifier classes
org.eel.kitchen.jsonschema.keyword - package org.eel.kitchen.jsonschema.keyword
Schema validation core elements: keyword validators
org.eel.kitchen.jsonschema.main - package org.eel.kitchen.jsonschema.main
Main schema validation API
org.eel.kitchen.jsonschema.ref - package org.eel.kitchen.jsonschema.ref
JSON Reference related classes
org.eel.kitchen.jsonschema.report - package org.eel.kitchen.jsonschema.report
Various utility packages
org.eel.kitchen.jsonschema.syntax - package org.eel.kitchen.jsonschema.syntax
Schema syntax validation package
org.eel.kitchen.jsonschema.uri - package org.eel.kitchen.jsonschema.uri
Classes to handle URI downloading of JSON documents
org.eel.kitchen.jsonschema.util - package org.eel.kitchen.jsonschema.util
Various utility classes
org.eel.kitchen.jsonschema.validator - package org.eel.kitchen.jsonschema.validator
Core validation process

P

path - Variable in class org.eel.kitchen.jsonschema.report.ValidationReport
The current path
PatternKeywordValidator - Class in org.eel.kitchen.jsonschema.keyword
Validator for the pattern keyword
PatternKeywordValidator(JsonNode) - Constructor for class org.eel.kitchen.jsonschema.keyword.PatternKeywordValidator
 
patternProperties - Variable in class org.eel.kitchen.jsonschema.keyword.AdditionalPropertiesKeywordValidator
 
patternProperties - Variable in class org.eel.kitchen.jsonschema.validator.ObjectValidator
 
PatternPropertiesSyntaxChecker - Class in org.eel.kitchen.jsonschema.syntax
Syntax validator for the patternProperties keyword
PatternPropertiesSyntaxChecker() - Constructor for class org.eel.kitchen.jsonschema.syntax.PatternPropertiesSyntaxChecker
 
PatternSyntaxChecker - Class in org.eel.kitchen.jsonschema.syntax
Syntax validator for the pattern keyword
PatternSyntaxChecker() - Constructor for class org.eel.kitchen.jsonschema.syntax.PatternSyntaxChecker
 
PositiveIntegerKeywordValidator - Class in org.eel.kitchen.jsonschema.keyword
Base class for all keywords accepting a positive integer as an argument
PositiveIntegerKeywordValidator(String, JsonNode, NodeType...) - Constructor for class org.eel.kitchen.jsonschema.keyword.PositiveIntegerKeywordValidator
Protected constructor
PositiveIntegerSyntaxChecker - Class in org.eel.kitchen.jsonschema.syntax
Syntax validator for keywords having a positive integer value as an argument
PositiveIntegerSyntaxChecker(String) - Constructor for class org.eel.kitchen.jsonschema.syntax.PositiveIntegerSyntaxChecker
 
properties - Variable in class org.eel.kitchen.jsonschema.keyword.AdditionalPropertiesKeywordValidator
 
properties - Variable in class org.eel.kitchen.jsonschema.validator.ObjectValidator
 
PropertiesKeywordValidator - Class in org.eel.kitchen.jsonschema.keyword
Validator for the properties keyword
PropertiesKeywordValidator(JsonNode) - Constructor for class org.eel.kitchen.jsonschema.keyword.PropertiesKeywordValidator
 
PropertiesSyntaxChecker - Class in org.eel.kitchen.jsonschema.syntax
Syntax validator for the properties keyword
PropertiesSyntaxChecker() - Constructor for class org.eel.kitchen.jsonschema.syntax.PropertiesSyntaxChecker
 
put(String, JsonNode) - Method in class org.eel.kitchen.jsonschema.util.JacksonUtils.EmptySchema
 
put(String, int) - Method in class org.eel.kitchen.jsonschema.util.JacksonUtils.EmptySchema
 
put(String, Integer) - Method in class org.eel.kitchen.jsonschema.util.JacksonUtils.EmptySchema
 
put(String, long) - Method in class org.eel.kitchen.jsonschema.util.JacksonUtils.EmptySchema
 
put(String, Long) - Method in class org.eel.kitchen.jsonschema.util.JacksonUtils.EmptySchema
 
put(String, float) - Method in class org.eel.kitchen.jsonschema.util.JacksonUtils.EmptySchema
 
put(String, Float) - Method in class org.eel.kitchen.jsonschema.util.JacksonUtils.EmptySchema
 
put(String, double) - Method in class org.eel.kitchen.jsonschema.util.JacksonUtils.EmptySchema
 
put(String, Double) - Method in class org.eel.kitchen.jsonschema.util.JacksonUtils.EmptySchema
 
put(String, BigDecimal) - Method in class org.eel.kitchen.jsonschema.util.JacksonUtils.EmptySchema
 
put(String, String) - Method in class org.eel.kitchen.jsonschema.util.JacksonUtils.EmptySchema
 
put(String, boolean) - Method in class org.eel.kitchen.jsonschema.util.JacksonUtils.EmptySchema
 
put(String, Boolean) - Method in class org.eel.kitchen.jsonschema.util.JacksonUtils.EmptySchema
 
put(String, byte[]) - Method in class org.eel.kitchen.jsonschema.util.JacksonUtils.EmptySchema
 
putAll(Map<String, JsonNode>) - Method in class org.eel.kitchen.jsonschema.util.JacksonUtils.EmptySchema
 
putAll(ObjectNode) - Method in class org.eel.kitchen.jsonschema.util.JacksonUtils.EmptySchema
 
putArray(String) - Method in class org.eel.kitchen.jsonschema.util.JacksonUtils.EmptySchema
 
putNull(String) - Method in class org.eel.kitchen.jsonschema.util.JacksonUtils.EmptySchema
 
putObject(String) - Method in class org.eel.kitchen.jsonschema.util.JacksonUtils.EmptySchema
 
putPOJO(String, Object) - Method in class org.eel.kitchen.jsonschema.util.JacksonUtils.EmptySchema
 

R

refTokenDecode(String) - Static method in class org.eel.kitchen.jsonschema.ref.JsonPointer
Turn a cooked reference token into a raw reference token
refTokenEncode(String) - Static method in class org.eel.kitchen.jsonschema.ref.JsonPointer
Make a cooked reference token out of a raw element token
regex - Variable in class org.eel.kitchen.jsonschema.keyword.PatternKeywordValidator
 
RegexFormatSpecifier - Class in org.eel.kitchen.jsonschema.format
Validator for the regex format specification
RegexFormatSpecifier() - Constructor for class org.eel.kitchen.jsonschema.format.RegexFormatSpecifier
 
regexIsValid - Static variable in class org.eel.kitchen.jsonschema.util.RhinoHelper
Reference to Javascript function for regex validation
regexIsValid(String) - Static method in class org.eel.kitchen.jsonschema.util.RhinoHelper
Validate that a regex is correct
register(JsonNode) - Method in class org.eel.kitchen.jsonschema.ref.SchemaRegistry
Register a schema
registerFormat(String, FormatSpecifier) - Method in class org.eel.kitchen.jsonschema.format.FormatBundle
Register a new format specifier
registerFormat(String, FormatSpecifier) - Method in class org.eel.kitchen.jsonschema.main.JsonSchemaFactory.Builder
Register a format specifier
registerKeyword(Keyword) - Method in class org.eel.kitchen.jsonschema.bundle.KeywordBundle
Register a keyword for this bundle
registerKeyword(Keyword) - Method in class org.eel.kitchen.jsonschema.main.JsonSchemaFactory.Builder
Add a schema keyword to the bundle
registerScheme(String, URIDownloader) - Method in class org.eel.kitchen.jsonschema.main.JsonSchemaFactory.Builder
Register a URIDownloader for a given scheme
registerScheme(String, URIDownloader) - Method in class org.eel.kitchen.jsonschema.uri.URIManager
Register a new downloader for a given URI scheme
registry - Variable in class org.eel.kitchen.jsonschema.main.JsonSchemaFactory
Schema registry
registry - Variable in class org.eel.kitchen.jsonschema.validator.JsonResolver
 
regMatch - Static variable in class org.eel.kitchen.jsonschema.util.RhinoHelper
Reference to Javascript function for regex matching
regMatch(String, String) - Static method in class org.eel.kitchen.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.
required - Variable in class org.eel.kitchen.jsonschema.keyword.PropertiesKeywordValidator
 
RESERVED - Static variable in class org.eel.kitchen.jsonschema.report.ValidationMessage.Builder
Reserved set of keywords which will be removed off ValidationMessage.Builder.info before the message is built
resolve(JsonNode) - Method in class org.eel.kitchen.jsonschema.ref.IdFragment
 
resolve(JsonNode) - Method in class org.eel.kitchen.jsonschema.ref.JsonFragment
Resolve this fragment against a given node
resolve(JsonNode) - Method in class org.eel.kitchen.jsonschema.ref.JsonPointer
 
resolve(JsonRef) - Method in class org.eel.kitchen.jsonschema.ref.JsonRef
Resolve this reference against another reference
resolve(SchemaNode) - Method in class org.eel.kitchen.jsonschema.validator.JsonResolver
Resolve a schema node to the target schema node
resolveJarURI(JsonRef) - Method in class org.eel.kitchen.jsonschema.ref.JsonRef
Resolve a relative reference against a jar URI
resolver - Variable in class org.eel.kitchen.jsonschema.validator.JsonValidatorCache
 
ResourceURIDownloader - Class in org.eel.kitchen.jsonschema.uri
A downloader for the resource "scheme"
ResourceURIDownloader() - Constructor for class org.eel.kitchen.jsonschema.uri.ResourceURIDownloader
 
reverseMap - Static variable in enum org.eel.kitchen.jsonschema.util.NodeType
Mapping of JsonToken back to node types (used in NodeType.getNodeType(JsonNode))
RhinoHelper - Class in org.eel.kitchen.jsonschema.util
ECMA 262 validation helper.
RhinoHelper() - Constructor for class org.eel.kitchen.jsonschema.util.RhinoHelper
 
ROOT - Static variable in class org.eel.kitchen.jsonschema.report.ValidationReport
Root JSON Pointer (ie, #)

S

schema - Variable in class org.eel.kitchen.jsonschema.ref.SchemaContainer
 
SchemaContainer - Class in org.eel.kitchen.jsonschema.ref
A JSON Schema container
SchemaContainer(JsonNode) - Constructor for class org.eel.kitchen.jsonschema.ref.SchemaContainer
Return a new container based on a schema
SchemaContainer(URI, JsonNode) - Constructor for class org.eel.kitchen.jsonschema.ref.SchemaContainer
Return a new container based on an URI and a schema
schemaNode - Variable in class org.eel.kitchen.jsonschema.main.JsonSchema
The schema node
SchemaNode - Class in org.eel.kitchen.jsonschema.ref
Representation of a schema node
SchemaNode(SchemaContainer, JsonNode) - Constructor for class org.eel.kitchen.jsonschema.ref.SchemaNode
 
schemaNode - Variable in class org.eel.kitchen.jsonschema.validator.InstanceValidator
The schema node
SchemaRegistry - Class in org.eel.kitchen.jsonschema.ref
A JSON Schema registry
SchemaRegistry(URIManager, URI) - Constructor for class org.eel.kitchen.jsonschema.ref.SchemaRegistry
Constructor
schemas - Variable in class org.eel.kitchen.jsonschema.keyword.AbstractTypeKeywordValidator
Schemas found in the keyword definition
schemas - Variable in class org.eel.kitchen.jsonschema.keyword.DependenciesKeywordValidator
Map of schema dependencies
schemas - Variable in class org.eel.kitchen.jsonschema.keyword.ExtendsKeywordValidator
 
schemasToString() - Method in class org.eel.kitchen.jsonschema.keyword.DependenciesKeywordValidator
 
setContainer(SchemaContainer) - Method in class org.eel.kitchen.jsonschema.validator.ValidationContext
 
setFatal(boolean) - Method in class org.eel.kitchen.jsonschema.report.ValidationMessage.Builder
Should this error message be marked as fatal?
setKeyword(String) - Method in class org.eel.kitchen.jsonschema.report.ValidationMessage.Builder
Set the keyword associated with this message
setMessage(String) - Method in class org.eel.kitchen.jsonschema.report.ValidationMessage.Builder
Set the error message
setNamespace(String) - Method in class org.eel.kitchen.jsonschema.main.JsonSchemaFactory.Builder
Set the schema registry's namespace
setPath(JsonPointer) - Method in class org.eel.kitchen.jsonschema.report.ValidationReport
Set the current path of this report
sharedScope - Static variable in class org.eel.kitchen.jsonschema.util.RhinoHelper
Script scope
simple - Variable in class org.eel.kitchen.jsonschema.keyword.DependenciesKeywordValidator
Map of simple dependencies (ie, property dependencies)
SimpleSyntaxChecker - Class in org.eel.kitchen.jsonschema.syntax
Simple type-only syntax checker
SimpleSyntaxChecker(String, NodeType, NodeType...) - Constructor for class org.eel.kitchen.jsonschema.syntax.SimpleSyntaxChecker
 
size() - Method in class org.eel.kitchen.jsonschema.report.ValidationReport
 
SLASH - Static variable in class org.eel.kitchen.jsonschema.ref.JsonPointer
 
SPECIAL - Static variable in class org.eel.kitchen.jsonschema.ref.JsonPointer
 
specifiers - Variable in class org.eel.kitchen.jsonschema.format.FormatBundle
This bundle's specifiers
specifiers - Variable in class org.eel.kitchen.jsonschema.validator.ValidationContext
 
syntaxChecker - Variable in class org.eel.kitchen.jsonschema.bundle.Keyword.Builder
 
syntaxChecker - Variable in class org.eel.kitchen.jsonschema.bundle.Keyword
 
SyntaxChecker - Interface in org.eel.kitchen.jsonschema.syntax
Interface implemented by all syntax checkers
syntaxCheckers - Variable in class org.eel.kitchen.jsonschema.bundle.KeywordBundle
 
SyntaxValidator - Class in org.eel.kitchen.jsonschema.syntax
Schema syntax validator
SyntaxValidator(KeywordBundle) - Constructor for class org.eel.kitchen.jsonschema.syntax.SyntaxValidator
Constructor
syntaxValidator - Variable in class org.eel.kitchen.jsonschema.validator.JsonValidatorCache
 

T

toJsonNode() - Method in class org.eel.kitchen.jsonschema.report.ValidationMessage
 
toString() - Method in class org.eel.kitchen.jsonschema.format.FormatBundle
 
toString() - Method in class org.eel.kitchen.jsonschema.keyword.AbstractTypeKeywordValidator
 
toString() - Method in class org.eel.kitchen.jsonschema.keyword.AdditionalItemsKeywordValidator
 
toString() - Method in class org.eel.kitchen.jsonschema.keyword.AdditionalPropertiesKeywordValidator
 
toString() - Method in class org.eel.kitchen.jsonschema.keyword.DependenciesKeywordValidator
 
toString() - Method in class org.eel.kitchen.jsonschema.keyword.EnumKeywordValidator
 
toString() - Method in class org.eel.kitchen.jsonschema.keyword.ExtendsKeywordValidator
 
toString() - Method in class org.eel.kitchen.jsonschema.keyword.FormatKeywordValidator
 
toString() - Method in class org.eel.kitchen.jsonschema.keyword.KeywordValidator
 
toString() - Method in class org.eel.kitchen.jsonschema.keyword.NumericKeywordValidator
 
toString() - Method in class org.eel.kitchen.jsonschema.keyword.PatternKeywordValidator
 
toString() - Method in class org.eel.kitchen.jsonschema.keyword.PositiveIntegerKeywordValidator
 
toString() - Method in class org.eel.kitchen.jsonschema.keyword.PropertiesKeywordValidator
 
toString() - Method in class org.eel.kitchen.jsonschema.keyword.UniqueItemsKeywordValidator
 
toString() - Method in exception org.eel.kitchen.jsonschema.main.JsonSchemaException
 
toString() - Method in class org.eel.kitchen.jsonschema.ref.JsonFragment
 
toString() - Method in class org.eel.kitchen.jsonschema.ref.JsonRef
 
toString() - Method in class org.eel.kitchen.jsonschema.ref.SchemaContainer
 
toString() - Method in class org.eel.kitchen.jsonschema.ref.SchemaNode
 
toString() - Method in enum org.eel.kitchen.jsonschema.report.ValidationDomain
 
toString() - Method in class org.eel.kitchen.jsonschema.report.ValidationMessage
 
toString() - Method in class org.eel.kitchen.jsonschema.report.ValidationReport
 
toString() - Method in enum org.eel.kitchen.jsonschema.util.NodeType
 
toString() - Method in class org.eel.kitchen.jsonschema.validator.ValidationContext
 
TOSTRING_JOINER - Variable in class org.eel.kitchen.jsonschema.keyword.AdditionalPropertiesKeywordValidator
 
trySchemas(ValidationContext, ValidationReport, JsonNode) - Method in class org.eel.kitchen.jsonschema.keyword.TypeKeywordValidator
 
TypeKeywordSyntaxChecker - Class in org.eel.kitchen.jsonschema.syntax
Dedicated syntax checker for type and disallow
TypeKeywordSyntaxChecker(String) - Constructor for class org.eel.kitchen.jsonschema.syntax.TypeKeywordSyntaxChecker
 
TypeKeywordValidator - Class in org.eel.kitchen.jsonschema.keyword
Validator for the type keyword
TypeKeywordValidator(JsonNode) - Constructor for class org.eel.kitchen.jsonschema.keyword.TypeKeywordValidator
 
typeSet - Variable in class org.eel.kitchen.jsonschema.format.FormatSpecifier
JSON instance types which this specifier can validate
typeSet - Variable in class org.eel.kitchen.jsonschema.keyword.AbstractTypeKeywordValidator
Simple types found in the keyword definition

U

uniqueItems - Variable in class org.eel.kitchen.jsonschema.keyword.UniqueItemsKeywordValidator
 
UniqueItemsKeywordValidator - Class in org.eel.kitchen.jsonschema.keyword
Validator for the uniqueItems keyword
UniqueItemsKeywordValidator(JsonNode) - Constructor for class org.eel.kitchen.jsonschema.keyword.UniqueItemsKeywordValidator
 
unregisterFormat(String) - Method in class org.eel.kitchen.jsonschema.format.FormatBundle
Unregister a specifier
unregisterFormat(String) - Method in class org.eel.kitchen.jsonschema.main.JsonSchemaFactory.Builder
Unregister a format specifier
unregisterKeyword(String) - Method in class org.eel.kitchen.jsonschema.bundle.KeywordBundle
Unregister a keyword
unregisterKeyword(String) - Method in class org.eel.kitchen.jsonschema.main.JsonSchemaFactory.Builder
Unregister a schema keyword
unregisterScheme(String) - Method in class org.eel.kitchen.jsonschema.main.JsonSchemaFactory.Builder
Unregister a scheme
unregisterScheme(String) - Method in class org.eel.kitchen.jsonschema.uri.URIManager
Unregister a downloader for a given scheme
uri - Variable in class org.eel.kitchen.jsonschema.ref.JsonRef
The URI, as provided by the input, with an appended empty fragment if no fragment was provided
URIDownloader - Interface in org.eel.kitchen.jsonschema.uri
URI downloader for a given scheme
URIFormatSpecifier - Class in org.eel.kitchen.jsonschema.format
Validator for the uri format specification
URIFormatSpecifier() - Constructor for class org.eel.kitchen.jsonschema.format.URIFormatSpecifier
 
uriManager - Variable in class org.eel.kitchen.jsonschema.main.JsonSchemaFactory.Builder
The URI manager
URIManager - Class in org.eel.kitchen.jsonschema.uri
Class to fetch JSON documents
URIManager() - Constructor for class org.eel.kitchen.jsonschema.uri.URIManager
 
URIRedirections - Variable in class org.eel.kitchen.jsonschema.uri.URIManager
Map for URI redirections
URISyntaxChecker - Class in org.eel.kitchen.jsonschema.syntax
 
URISyntaxChecker(String) - Constructor for class org.eel.kitchen.jsonschema.syntax.URISyntaxChecker
 

V

VALID_DEPENDENCY_TYPES - Static variable in class org.eel.kitchen.jsonschema.syntax.DependenciesSyntaxChecker
 
VALID_TYPE_ARRAY_ELEMENTS - Static variable in class org.eel.kitchen.jsonschema.syntax.TypeKeywordSyntaxChecker
 
validate(String, ValidationContext, ValidationReport, JsonNode) - Method in class org.eel.kitchen.jsonschema.format.FormatSpecifier
Main validation function
validate(ValidationContext, ValidationReport, JsonNode) - Method in class org.eel.kitchen.jsonschema.keyword.AdditionalItemsKeywordValidator
 
validate(ValidationContext, ValidationReport, JsonNode) - Method in class org.eel.kitchen.jsonschema.keyword.AdditionalPropertiesKeywordValidator
 
validate(ValidationContext, ValidationReport, JsonNode) - Method in class org.eel.kitchen.jsonschema.keyword.DependenciesKeywordValidator
 
validate(ValidationContext, ValidationReport, JsonNode) - Method in class org.eel.kitchen.jsonschema.keyword.DisallowKeywordValidator
 
validate(ValidationContext, ValidationReport, JsonNode) - Method in class org.eel.kitchen.jsonschema.keyword.EnumKeywordValidator
 
validate(ValidationContext, ValidationReport, JsonNode) - Method in class org.eel.kitchen.jsonschema.keyword.ExtendsKeywordValidator
 
validate(ValidationContext, ValidationReport, JsonNode) - Method in class org.eel.kitchen.jsonschema.keyword.FormatKeywordValidator
 
validate(ValidationContext, ValidationReport, JsonNode) - Method in class org.eel.kitchen.jsonschema.keyword.KeywordValidator
Method which all keyword validators must implement
validate(ValidationContext, ValidationReport, JsonNode) - Method in class org.eel.kitchen.jsonschema.keyword.MaxItemsKeywordValidator
 
validate(ValidationContext, ValidationReport, JsonNode) - Method in class org.eel.kitchen.jsonschema.keyword.MaxLengthKeywordValidator
 
validate(ValidationContext, ValidationReport, JsonNode) - Method in class org.eel.kitchen.jsonschema.keyword.MinItemsKeywordValidator
 
validate(ValidationContext, ValidationReport, JsonNode) - Method in class org.eel.kitchen.jsonschema.keyword.MinLengthKeywordValidator
 
validate(ValidationContext, ValidationReport, JsonNode) - Method in class org.eel.kitchen.jsonschema.keyword.NumericKeywordValidator
Main validation method
validate(ValidationContext, ValidationReport, JsonNode) - Method in class org.eel.kitchen.jsonschema.keyword.PatternKeywordValidator
 
validate(ValidationContext, ValidationReport, JsonNode) - Method in class org.eel.kitchen.jsonschema.keyword.PropertiesKeywordValidator
 
validate(ValidationContext, ValidationReport, JsonNode) - Method in class org.eel.kitchen.jsonschema.keyword.TypeKeywordValidator
 
validate(ValidationContext, ValidationReport, JsonNode) - Method in class org.eel.kitchen.jsonschema.keyword.UniqueItemsKeywordValidator
 
validate(JsonNode) - Method in class org.eel.kitchen.jsonschema.main.JsonSchema
The main validation function
validate(List<ValidationMessage>, JsonNode) - Method in class org.eel.kitchen.jsonschema.syntax.SyntaxValidator
Validate one schema
validate(ValidationContext, ValidationReport, JsonNode) - Method in class org.eel.kitchen.jsonschema.validator.ArrayValidator
 
validate(ValidationContext, ValidationReport, JsonNode) - Method in class org.eel.kitchen.jsonschema.validator.InstanceValidator
 
validate(ValidationContext, ValidationReport, JsonNode) - Method in interface org.eel.kitchen.jsonschema.validator.JsonValidator
Validate the instance, and tell whether validation should continue
validate(ValidationContext, ValidationReport, JsonNode) - Method in class org.eel.kitchen.jsonschema.validator.JsonValidatorCache.FailingValidator
 
validate(ValidationContext, ValidationReport, JsonNode) - Method in class org.eel.kitchen.jsonschema.validator.ObjectValidator
 
validateDecimal(ValidationReport, JsonNode) - Method in class org.eel.kitchen.jsonschema.keyword.DivisibleByKeywordValidator
 
validateDecimal(ValidationReport, JsonNode) - Method in class org.eel.kitchen.jsonschema.keyword.MaximumKeywordValidator
 
validateDecimal(ValidationReport, JsonNode) - Method in class org.eel.kitchen.jsonschema.keyword.MinimumKeywordValidator
 
validateDecimal(ValidationReport, JsonNode) - Method in class org.eel.kitchen.jsonschema.keyword.NumericKeywordValidator
Method to be implemented by a numeric validator if either of the keyword value or instance value do not fit into a long
validateInstance(ValidationContext, ValidationReport, JsonNode) - Method in class org.eel.kitchen.jsonschema.keyword.KeywordValidator
Main validation function
validateLong(ValidationReport, JsonNode) - Method in class org.eel.kitchen.jsonschema.keyword.DivisibleByKeywordValidator
 
validateLong(ValidationReport, JsonNode) - Method in class org.eel.kitchen.jsonschema.keyword.MaximumKeywordValidator
 
validateLong(ValidationReport, JsonNode) - Method in class org.eel.kitchen.jsonschema.keyword.MinimumKeywordValidator
 
validateLong(ValidationReport, JsonNode) - Method in class org.eel.kitchen.jsonschema.keyword.NumericKeywordValidator
Method to be implemented by a numeric validator if both the keyword value and instance value fit into a long
validateOne(ValidationMessage.Builder, List<ValidationMessage>, JsonNode) - Static method in class org.eel.kitchen.jsonschema.syntax.TypeKeywordSyntaxChecker
 
validateOne(ValidationContext, ValidationReport, Map.Entry<String, JsonNode>) - Method in class org.eel.kitchen.jsonschema.validator.ObjectValidator
 
ValidationContext - Class in org.eel.kitchen.jsonschema.validator
A validation context
ValidationContext(JsonValidatorCache) - Constructor for class org.eel.kitchen.jsonschema.validator.ValidationContext
 
ValidationContext(JsonValidatorCache, EnumSet<ValidationFeature>) - Constructor for class org.eel.kitchen.jsonschema.validator.ValidationContext
 
ValidationContext(JsonValidatorCache, SchemaContainer) - Constructor for class org.eel.kitchen.jsonschema.validator.ValidationContext
 
ValidationDomain - Enum in org.eel.kitchen.jsonschema.report
Enumeration of validation domains
ValidationDomain(String) - Constructor for enum org.eel.kitchen.jsonschema.report.ValidationDomain
 
ValidationFeature - Enum in org.eel.kitchen.jsonschema.main
Validation features
ValidationFeature() - Constructor for enum org.eel.kitchen.jsonschema.main.ValidationFeature
 
validationMessage - Variable in exception org.eel.kitchen.jsonschema.main.JsonSchemaException
 
ValidationMessage - Class in org.eel.kitchen.jsonschema.report
One validation message
ValidationMessage(ValidationMessage.Builder) - Constructor for class org.eel.kitchen.jsonschema.report.ValidationMessage
 
ValidationMessage.Builder - Class in org.eel.kitchen.jsonschema.report
Builder class for a ValidationMessage
ValidationMessage.Builder(ValidationDomain) - Constructor for class org.eel.kitchen.jsonschema.report.ValidationMessage.Builder
Constructor
ValidationReport - Class in org.eel.kitchen.jsonschema.report
A validation report
ValidationReport() - Constructor for class org.eel.kitchen.jsonschema.report.ValidationReport
Create a new validation report with ValidationReport.ROOT as an instance path
ValidationReport(JsonPointer) - Constructor for class org.eel.kitchen.jsonschema.report.ValidationReport
Create a new validation report with an arbitraty path
validatorClass - Variable in class org.eel.kitchen.jsonschema.bundle.Keyword.Builder
 
validatorClass - Variable in class org.eel.kitchen.jsonschema.bundle.Keyword
 
validators - Variable in class org.eel.kitchen.jsonschema.bundle.KeywordBundle
 
validators - Variable in class org.eel.kitchen.jsonschema.keyword.KeywordFactory
Our existing set of keyword validators
validators - Variable in class org.eel.kitchen.jsonschema.validator.InstanceValidator
The set of keyword validators for that schema node
validTypes - Variable in class org.eel.kitchen.jsonschema.syntax.SimpleSyntaxChecker
 
valueIsLong(JsonNode) - Static method in class org.eel.kitchen.jsonschema.keyword.NumericKeywordValidator
Test whether a numeric instance is a long
valueOf(String) - Static method in enum org.eel.kitchen.jsonschema.main.ValidationFeature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eel.kitchen.jsonschema.report.ValidationDomain
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eel.kitchen.jsonschema.util.NodeType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.eel.kitchen.jsonschema.main.ValidationFeature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eel.kitchen.jsonschema.report.ValidationDomain
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eel.kitchen.jsonschema.util.NodeType
Returns an array containing the constants of this enum type, in the order they are declared.

W

with(String) - Method in class org.eel.kitchen.jsonschema.util.JacksonUtils.EmptySchema
 
withArray(String) - Method in class org.eel.kitchen.jsonschema.util.JacksonUtils.EmptySchema
 
withFormatBundle(FormatBundle) - Method in class org.eel.kitchen.jsonschema.main.JsonSchemaFactory.Builder
Replace the format bundle with a custom bundle
withKeywordBundle(KeywordBundle) - Method in class org.eel.kitchen.jsonschema.main.JsonSchemaFactory.Builder
Replace the keyword bundle with an entirely new bundle
withSyntaxChecker(SyntaxChecker) - Method in class org.eel.kitchen.jsonschema.bundle.Keyword.Builder
Add a syntax checker to this keyword
withValidatorClass(Class<? extends KeywordValidator>) - Method in class org.eel.kitchen.jsonschema.bundle.Keyword.Builder
Add the keyword validator class

Z

ZERO - Static variable in class org.eel.kitchen.jsonschema.syntax.DivisibleBySyntaxChecker
 
A B C D E F G H I J K L M N O P R S T U V W Z 

Copyright © 2012. All Rights Reserved.