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

A

AbstractDateFormatAttribute - Class in org.eel.kitchen.jsonschema.format
Specialized format validator for date/time checking
AbstractDateFormatAttribute(String, String) - Constructor for class org.eel.kitchen.jsonschema.format.AbstractDateFormatAttribute
Constructor
AbstractTypeKeywordValidator - Class in org.eel.kitchen.jsonschema.keyword.draftv3
Abstract validator for the type and disallow keywords
AbstractTypeKeywordValidator(String, JsonNode) - Constructor for class org.eel.kitchen.jsonschema.keyword.draftv3.AbstractTypeKeywordValidator
 
addBundle(SchemaBundle) - Method in class org.eel.kitchen.jsonschema.schema.SchemaRegistry
Load a schema bundle into this registry
addFormatAttribute(String, FormatAttribute) - Method in class org.eel.kitchen.jsonschema.metaschema.KeywordRegistry
 
addFormatAttributes(Map<String, FormatAttribute>) - Method in class org.eel.kitchen.jsonschema.metaschema.KeywordRegistry
 
addInfo(String, JsonNode) - Method in class org.eel.kitchen.jsonschema.report.Message.Builder
Add further information to the message as a JsonNode
addInfo(String, T) - Method in class org.eel.kitchen.jsonschema.report.Message.Builder
Add further information to the message for an arbitrary type
addInfo(String, Collection<T>) - Method in class org.eel.kitchen.jsonschema.report.Message.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.Message.Builder
Add further information to the message as an integer
AdditionalItemsKeywordValidator - Class in org.eel.kitchen.jsonschema.keyword.common
Validator for the additionalItems keyword
AdditionalItemsKeywordValidator(JsonNode) - Constructor for class org.eel.kitchen.jsonschema.keyword.common.AdditionalItemsKeywordValidator
 
AdditionalPropertiesKeywordValidator - Class in org.eel.kitchen.jsonschema.keyword.common
Validator for additionalProperties
AdditionalPropertiesKeywordValidator(JsonNode) - Constructor for class org.eel.kitchen.jsonschema.keyword.common.AdditionalPropertiesKeywordValidator
 
addKeyword(Keyword) - Method in class org.eel.kitchen.jsonschema.metaschema.KeywordRegistry
 
addKeywordRegistry(JsonRef, KeywordRegistry, boolean) - Method in class org.eel.kitchen.jsonschema.main.JsonSchemaFactory.Builder
 
addMessage(Message) - Method in class org.eel.kitchen.jsonschema.report.ValidationReport
Add one validation message to the report
addMessages(Collection<Message>) - 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
addressingMode(AddressingMode) - Method in class org.eel.kitchen.jsonschema.main.JsonSchemaFactory.Builder
 
AddressingMode - Enum in org.eel.kitchen.jsonschema.schema
Schema addressing mode
addSchema(URI, JsonNode) - Method in class org.eel.kitchen.jsonschema.schema.SchemaBundle
 
addSchema(String, JsonNode) - Method in class org.eel.kitchen.jsonschema.schema.SchemaBundle
 
addSchema(JsonNode) - Method in class org.eel.kitchen.jsonschema.schema.SchemaBundle
 
AllOfKeywordValidator - Class in org.eel.kitchen.jsonschema.keyword.draftv4
 
AllOfKeywordValidator(JsonNode) - Constructor for class org.eel.kitchen.jsonschema.keyword.draftv4.AllOfKeywordValidator
Constructor
alwaysTrue() - Method in class org.eel.kitchen.jsonschema.keyword.common.AdditionalItemsKeywordValidator
 
alwaysTrue() - Method in class org.eel.kitchen.jsonschema.keyword.common.AdditionalPropertiesKeywordValidator
 
alwaysTrue() - Method in class org.eel.kitchen.jsonschema.keyword.draftv3.DraftV3PropertiesKeywordValidator
 
alwaysTrue() - Method in class org.eel.kitchen.jsonschema.keyword.draftv3.DraftV3TypeKeywordValidator
 
alwaysTrue() - Method in class org.eel.kitchen.jsonschema.keyword.KeywordValidator
 
AnyOfKeywordValidator - Class in org.eel.kitchen.jsonschema.keyword.draftv4
 
AnyOfKeywordValidator(JsonNode) - Constructor for class org.eel.kitchen.jsonschema.keyword.draftv4.AnyOfKeywordValidator
Constructor
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.
arrayNode() - Method in class com.fasterxml.jackson.databind.node.JsonNodeFactory
Factory method for constructing an empty JSON Array node
asJsonArray() - Method in class org.eel.kitchen.jsonschema.report.ValidationReport
Return the list of validation messages as a JSON array
asJsonObject() - Method in class org.eel.kitchen.jsonschema.report.ValidationReport
Retrieve all messages as a JSON object
asString - Variable in class org.eel.kitchen.jsonschema.ref.JsonFragment
This fragment as a string value

B

binaryNode(byte[]) - Method in class com.fasterxml.jackson.databind.node.JsonNodeFactory
Factory method for constructing a node that represents given binary data, and will get serialized as equivalent base64-encoded String value
binaryNode(byte[], int, int) - Method in class com.fasterxml.jackson.databind.node.JsonNodeFactory
Factory method for constructing a node that represents given binary data, and will get serialized as equivalent base64-encoded String value
booleanNode(boolean) - Method in class com.fasterxml.jackson.databind.node.JsonNodeFactory
Factory method for getting an instance of JSON boolean value (either literal 'true' or 'false')
build() - Method in class org.eel.kitchen.jsonschema.main.JsonSchemaFactory.Builder
Build the factory
build() - Method in class org.eel.kitchen.jsonschema.main.Keyword.Builder
Build the Keyword
build() - Method in class org.eel.kitchen.jsonschema.report.Message.Builder
Build the actual message

C

CanonicalSchemaContainer - Class in org.eel.kitchen.jsonschema.schema
A JSON Schema container TODO: javadoc
checkSyntax(Message.Builder, List<Message>, JsonNode) - Method in class org.eel.kitchen.jsonschema.syntax.SimpleSyntaxChecker
 
checkSyntax(Message.Builder, List<Message>, 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.AbstractDateFormatAttribute
 
checkValue(String, ValidationContext, ValidationReport, JsonNode) - Method in class org.eel.kitchen.jsonschema.format.EmailFormatAttribute
 
checkValue(String, ValidationContext, ValidationReport, JsonNode) - Method in class org.eel.kitchen.jsonschema.format.FormatAttribute
Abstract method implemented by all attributes
checkValue(String, ValidationContext, ValidationReport, JsonNode) - Method in class org.eel.kitchen.jsonschema.format.HostnameFormatAttribute
 
checkValue(String, ValidationContext, ValidationReport, JsonNode) - Method in class org.eel.kitchen.jsonschema.format.IPV4FormatAttribute
 
checkValue(String, ValidationContext, ValidationReport, JsonNode) - Method in class org.eel.kitchen.jsonschema.format.IPV6FormatAttribute
 
checkValue(String, ValidationContext, ValidationReport, JsonNode) - Method in class org.eel.kitchen.jsonschema.format.RegexFormatAttribute
 
checkValue(String, ValidationContext, ValidationReport, JsonNode) - Method in class org.eel.kitchen.jsonschema.format.URIFormatAttribute
 
checkValue(Message.Builder, List<Message>, JsonNode) - Method in class org.eel.kitchen.jsonschema.syntax.common.EnumSyntaxChecker
 
checkValue(Message.Builder, List<Message>, JsonNode) - Method in class org.eel.kitchen.jsonschema.syntax.common.ExclusiveMaximumSyntaxChecker
 
checkValue(Message.Builder, List<Message>, JsonNode) - Method in class org.eel.kitchen.jsonschema.syntax.common.ExclusiveMinimumSyntaxChecker
 
checkValue(Message.Builder, List<Message>, JsonNode) - Method in class org.eel.kitchen.jsonschema.syntax.common.PatternPropertiesSyntaxChecker
 
checkValue(Message.Builder, List<Message>, JsonNode) - Method in class org.eel.kitchen.jsonschema.syntax.common.PatternSyntaxChecker
 
checkValue(Message.Builder, List<Message>, JsonNode) - Method in class org.eel.kitchen.jsonschema.syntax.common.URISyntaxChecker
 
checkValue(Message.Builder, List<Message>, JsonNode) - Method in class org.eel.kitchen.jsonschema.syntax.draftv3.DraftV3DependenciesSyntaxChecker
 
checkValue(Message.Builder, List<Message>, JsonNode) - Method in class org.eel.kitchen.jsonschema.syntax.draftv3.DraftV3ItemsSyntaxChecker
 
checkValue(Message.Builder, List<Message>, JsonNode) - Method in class org.eel.kitchen.jsonschema.syntax.draftv3.DraftV3PropertiesSyntaxChecker
 
checkValue(Message.Builder, List<Message>, JsonNode) - Method in class org.eel.kitchen.jsonschema.syntax.draftv3.DraftV3TypeKeywordSyntaxChecker
 
checkValue(Message.Builder, List<Message>, JsonNode) - Method in class org.eel.kitchen.jsonschema.syntax.draftv3.ExtendsSyntaxChecker
 
checkValue(Message.Builder, List<Message>, JsonNode) - Method in class org.eel.kitchen.jsonschema.syntax.draftv4.DraftV4DependenciesSyntaxChecker
 
checkValue(Message.Builder, List<Message>, JsonNode) - Method in class org.eel.kitchen.jsonschema.syntax.draftv4.DraftV4ItemsSyntaxChecker
 
checkValue(Message.Builder, List<Message>, JsonNode) - Method in class org.eel.kitchen.jsonschema.syntax.draftv4.DraftV4TypeSyntaxChecker
 
checkValue(Message.Builder, List<Message>, JsonNode) - Method in class org.eel.kitchen.jsonschema.syntax.draftv4.RequiredSyntaxChecker
 
checkValue(Message.Builder, List<Message>, JsonNode) - Method in class org.eel.kitchen.jsonschema.syntax.draftv4.SchemaArraySyntaxChecker
 
checkValue(Message.Builder, List<Message>, JsonNode) - Method in class org.eel.kitchen.jsonschema.syntax.ModZeroSyntaxChecker
 
checkValue(Message.Builder, List<Message>, JsonNode) - Method in class org.eel.kitchen.jsonschema.syntax.PositiveIntegerSyntaxChecker
 
checkValue(Message.Builder, List<Message>, JsonNode) - Method in class org.eel.kitchen.jsonschema.syntax.SimpleSyntaxChecker
 
cleanup(JsonNode) - Static method in class org.eel.kitchen.jsonschema.schema.SchemaContainer
Strip an object instance off its id member, if any
clearInfo() - Method in class org.eel.kitchen.jsonschema.report.Message.Builder
Clear all supplementary information
com.fasterxml.jackson.databind.node - package com.fasterxml.jackson.databind.node
 
compareTo(JsonFragment) - Method in class org.eel.kitchen.jsonschema.ref.JsonFragment
 
contains(JsonRef) - Method in class org.eel.kitchen.jsonschema.ref.JsonRef
Tell whether the current JSON Reference "contains" another
contains(JsonRef) - Method in class org.eel.kitchen.jsonschema.schema.CanonicalSchemaContainer
 
contains(JsonRef) - Method in class org.eel.kitchen.jsonschema.schema.InlineSchemaContainer
 
contains(JsonRef) - Method in class org.eel.kitchen.jsonschema.schema.SchemaContainer
 
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.

D

DateTimeFormatAttribute - Class in org.eel.kitchen.jsonschema.format
Validator for the date-time format specification
defaultAttributes() - Static method in class org.eel.kitchen.jsonschema.metaschema.FormatAttributes
 
defaultCheckers() - Static method in class org.eel.kitchen.jsonschema.metaschema.SyntaxCheckers
 
defaultFactory() - Static method in class org.eel.kitchen.jsonschema.main.JsonSchemaFactory
Build a factory with all default settings
defaultRegistry() - Static method in class org.eel.kitchen.jsonschema.metaschema.KeywordRegistries
 
defaultURI() - Static method in class org.eel.kitchen.jsonschema.metaschema.SchemaURIs
 
DefaultURIDownloader - Class in org.eel.kitchen.jsonschema.uri
Default URI downloader
defaultValidators() - Static method in class org.eel.kitchen.jsonschema.metaschema.KeywordValidators
 
DisallowKeywordValidator - Class in org.eel.kitchen.jsonschema.keyword.draftv3
Validator for the disallow keyword
DisallowKeywordValidator(JsonNode) - Constructor for class org.eel.kitchen.jsonschema.keyword.draftv3.DisallowKeywordValidator
 
DivisibleByKeywordValidator - Class in org.eel.kitchen.jsonschema.keyword.draftv3
Validator for the disallow keyword
DivisibleByKeywordValidator(JsonNode) - Constructor for class org.eel.kitchen.jsonschema.keyword.draftv3.DivisibleByKeywordValidator
 
DivisibleBySyntaxChecker - Class in org.eel.kitchen.jsonschema.syntax.draftv3
Syntax checker for the divisibleBy keyword
Domain - Enum in org.eel.kitchen.jsonschema.report
Enumeration of validation domains
draftV3() - Static method in class org.eel.kitchen.jsonschema.metaschema.FormatAttributes
 
draftV3() - Static method in class org.eel.kitchen.jsonschema.metaschema.KeywordRegistries
 
draftV3() - Static method in class org.eel.kitchen.jsonschema.metaschema.KeywordValidators
 
draftV3() - Static method in class org.eel.kitchen.jsonschema.metaschema.SchemaURIs
 
draftV3() - Static method in class org.eel.kitchen.jsonschema.metaschema.SyntaxCheckers
 
DraftV3DependenciesKeywordValidator - Class in org.eel.kitchen.jsonschema.keyword.draftv3
Validator for the dependencies keyword
DraftV3DependenciesKeywordValidator(JsonNode) - Constructor for class org.eel.kitchen.jsonschema.keyword.draftv3.DraftV3DependenciesKeywordValidator
 
DraftV3DependenciesSyntaxChecker - Class in org.eel.kitchen.jsonschema.syntax.draftv3
Syntax checker for the dependencies keyword
DraftV3ItemsSyntaxChecker - Class in org.eel.kitchen.jsonschema.syntax.draftv3
Syntax validator for the items keyword
DraftV3PropertiesKeywordValidator - Class in org.eel.kitchen.jsonschema.keyword.draftv3
Validator for the properties keyword
DraftV3PropertiesKeywordValidator(JsonNode) - Constructor for class org.eel.kitchen.jsonschema.keyword.draftv3.DraftV3PropertiesKeywordValidator
 
DraftV3PropertiesSyntaxChecker - Class in org.eel.kitchen.jsonschema.syntax.draftv3
Syntax validator for the properties keyword
DraftV3TypeKeywordSyntaxChecker - Class in org.eel.kitchen.jsonschema.syntax.draftv3
Dedicated syntax checker for type and disallow
DraftV3TypeKeywordSyntaxChecker(String) - Constructor for class org.eel.kitchen.jsonschema.syntax.draftv3.DraftV3TypeKeywordSyntaxChecker
 
DraftV3TypeKeywordValidator - Class in org.eel.kitchen.jsonschema.keyword.draftv3
Validator for the type keyword
DraftV3TypeKeywordValidator(JsonNode) - Constructor for class org.eel.kitchen.jsonschema.keyword.draftv3.DraftV3TypeKeywordValidator
 
draftV4() - Static method in class org.eel.kitchen.jsonschema.metaschema.FormatAttributes
 
draftV4() - Static method in class org.eel.kitchen.jsonschema.metaschema.KeywordRegistries
 
draftV4() - Static method in class org.eel.kitchen.jsonschema.metaschema.KeywordValidators
 
draftv4() - Static method in class org.eel.kitchen.jsonschema.metaschema.SchemaURIs
 
draftV4() - Static method in class org.eel.kitchen.jsonschema.metaschema.SyntaxCheckers
 
DraftV4DependenciesKeywordValidator - Class in org.eel.kitchen.jsonschema.keyword.draftv4
 
DraftV4DependenciesKeywordValidator(JsonNode) - Constructor for class org.eel.kitchen.jsonschema.keyword.draftv4.DraftV4DependenciesKeywordValidator
 
DraftV4DependenciesSyntaxChecker - Class in org.eel.kitchen.jsonschema.syntax.draftv4
 
DraftV4ItemsSyntaxChecker - Class in org.eel.kitchen.jsonschema.syntax.draftv4
Syntax validator for the items keyword
DraftV4TypeKeywordValidator - Class in org.eel.kitchen.jsonschema.keyword.draftv4
 
DraftV4TypeKeywordValidator(JsonNode) - Constructor for class org.eel.kitchen.jsonschema.keyword.draftv4.DraftV4TypeKeywordValidator
 
DraftV4TypeSyntaxChecker - Class in org.eel.kitchen.jsonschema.syntax.draftv4
 

E

EmailFormatAttribute - Class in org.eel.kitchen.jsonschema.format
Validator for the email format specification.
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
EnumKeywordValidator - Class in org.eel.kitchen.jsonschema.keyword.common
Validator for the enum keyword
EnumKeywordValidator(JsonNode) - Constructor for class org.eel.kitchen.jsonschema.keyword.common.EnumKeywordValidator
 
EnumSyntaxChecker - Class in org.eel.kitchen.jsonschema.syntax.common
Syntax validator for the enum keyword
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.report.Message
 
equals(Object) - Method in class org.eel.kitchen.jsonschema.schema.SchemaContainer
 
equals(Object) - Method in class org.eel.kitchen.jsonschema.schema.SchemaNode
 
ExclusiveMaximumSyntaxChecker - Class in org.eel.kitchen.jsonschema.syntax.common
Syntax validator for the exclusiveMaximum keyword
ExclusiveMinimumSyntaxChecker - Class in org.eel.kitchen.jsonschema.syntax.common
Syntax validator for the exclusiveMinimum keyword
ExtendsKeywordValidator - Class in org.eel.kitchen.jsonschema.keyword.draftv3
Validator for the extends keyword
ExtendsKeywordValidator(JsonNode) - Constructor for class org.eel.kitchen.jsonschema.keyword.draftv3.ExtendsKeywordValidator
 
ExtendsSyntaxChecker - Class in org.eel.kitchen.jsonschema.syntax.draftv3
Syntax validator for the items keyword

F

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
FormatAttribute - Class in org.eel.kitchen.jsonschema.format
Base class for a format attribute
FormatAttribute(NodeType, NodeType...) - Constructor for class org.eel.kitchen.jsonschema.format.FormatAttribute
Protected constructor
FormatAttributes - Class in org.eel.kitchen.jsonschema.metaschema
 
FormatKeywordValidator - Class in org.eel.kitchen.jsonschema.keyword.common
Validator for the format keyword
FormatKeywordValidator(JsonNode) - Constructor for class org.eel.kitchen.jsonschema.keyword.common.FormatKeywordValidator
 
forSchema(URI, JsonNode) - Method in enum org.eel.kitchen.jsonschema.schema.AddressingMode
 
forSchema(JsonNode) - Method in enum org.eel.kitchen.jsonschema.schema.AddressingMode
 
fragment - Variable in class org.eel.kitchen.jsonschema.ref.JsonRef
The fragment of this 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
fromJsonNode(JsonNode) - Method in interface org.eel.kitchen.jsonschema.util.JsonProvider
 
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
fromString(String) - Static method in class org.eel.kitchen.jsonschema.util.JsonLoader
Read a JsonNode 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.schema.SchemaRegistry
Get a schema container from the given URI
getContainer() - Method in class org.eel.kitchen.jsonschema.schema.SchemaNode
 
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.Message
 
getFormat(String) - Method in class org.eel.kitchen.jsonschema.validator.ValidationContext
Return a format attribute for a given attribute
getFormatAttributes() - Method in class org.eel.kitchen.jsonschema.metaschema.KeywordRegistry
 
getFormatAttributes() - Method in class org.eel.kitchen.jsonschema.validator.JsonValidatorCache
 
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.Message
 
getInstance() - Static method in class org.eel.kitchen.jsonschema.format.DateTimeFormatAttribute
 
getInstance() - Static method in class org.eel.kitchen.jsonschema.format.EmailFormatAttribute
 
getInstance() - Static method in class org.eel.kitchen.jsonschema.format.HostnameFormatAttribute
 
getInstance() - Static method in class org.eel.kitchen.jsonschema.format.IPV4FormatAttribute
 
getInstance() - Static method in class org.eel.kitchen.jsonschema.format.IPV6FormatAttribute
 
getInstance() - Static method in class org.eel.kitchen.jsonschema.format.RegexFormatAttribute
 
getInstance() - Static method in class org.eel.kitchen.jsonschema.format.URIFormatAttribute
 
getInstance() - Static method in class org.eel.kitchen.jsonschema.syntax.common.EnumSyntaxChecker
 
getInstance() - Static method in class org.eel.kitchen.jsonschema.syntax.common.ExclusiveMaximumSyntaxChecker
 
getInstance() - Static method in class org.eel.kitchen.jsonschema.syntax.common.ExclusiveMinimumSyntaxChecker
 
getInstance() - Static method in class org.eel.kitchen.jsonschema.syntax.common.PatternPropertiesSyntaxChecker
 
getInstance() - Static method in class org.eel.kitchen.jsonschema.syntax.common.PatternSyntaxChecker
 
getInstance() - Static method in class org.eel.kitchen.jsonschema.syntax.draftv3.DivisibleBySyntaxChecker
 
getInstance() - Static method in class org.eel.kitchen.jsonschema.syntax.draftv3.DraftV3DependenciesSyntaxChecker
 
getInstance() - Static method in class org.eel.kitchen.jsonschema.syntax.draftv3.DraftV3ItemsSyntaxChecker
 
getInstance() - Static method in class org.eel.kitchen.jsonschema.syntax.draftv3.DraftV3PropertiesSyntaxChecker
 
getInstance() - Static method in class org.eel.kitchen.jsonschema.syntax.draftv3.ExtendsSyntaxChecker
 
getInstance() - Static method in class org.eel.kitchen.jsonschema.syntax.draftv4.DraftV4DependenciesSyntaxChecker
 
getInstance() - Static method in class org.eel.kitchen.jsonschema.syntax.draftv4.DraftV4ItemsSyntaxChecker
 
getInstance() - Static method in class org.eel.kitchen.jsonschema.syntax.draftv4.DraftV4TypeSyntaxChecker
 
getInstance() - Static method in class org.eel.kitchen.jsonschema.syntax.draftv4.MultipleOfSyntaxChecker
 
getInstance() - Static method in class org.eel.kitchen.jsonschema.syntax.draftv4.RequiredSyntaxChecker
 
getInstance() - Static method in class org.eel.kitchen.jsonschema.uri.DefaultURIDownloader
 
getInstance() - Static method in class org.eel.kitchen.jsonschema.uri.ResourceURIDownloader
 
getKeyword() - Method in class org.eel.kitchen.jsonschema.report.Message
 
getLocalizedMessage() - Method in exception org.eel.kitchen.jsonschema.main.JsonSchemaException
 
getLocator() - Method in class org.eel.kitchen.jsonschema.ref.JsonRef
Return this JSON Reference's locator
getLocator() - Method in class org.eel.kitchen.jsonschema.schema.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.Message
 
getMessages() - Method in class org.eel.kitchen.jsonschema.report.ValidationReport
Get a flat list of validation messages as strings
getName() - Method in class org.eel.kitchen.jsonschema.main.Keyword
 
getNode() - Method in class org.eel.kitchen.jsonschema.schema.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
getProvidingClass() - Method in interface org.eel.kitchen.jsonschema.util.JsonProvider
 
getRootSchema() - Method in class org.eel.kitchen.jsonschema.schema.SchemaBundle
 
getSchema() - Method in class org.eel.kitchen.jsonschema.schema.SchemaContainer
Get this container's underlying schema
getSchemas() - Method in class org.eel.kitchen.jsonschema.schema.SchemaBundle
 
getSyntaxChecker() - Method in class org.eel.kitchen.jsonschema.main.Keyword
 
getSyntaxCheckers() - Method in class org.eel.kitchen.jsonschema.metaschema.KeywordRegistry
 
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.main.Keyword
 
getValidators(JsonNode) - Method in class org.eel.kitchen.jsonschema.keyword.KeywordFactory
Return the set of validators for a particular schema
getValidators() - Method in class org.eel.kitchen.jsonschema.metaschema.KeywordRegistry
 

H

hasFatalError() - Method in class org.eel.kitchen.jsonschema.report.ValidationReport
Was there a fatal error during validation?
hashCode() - Method in class org.eel.kitchen.jsonschema.ref.JsonFragment
 
hashCode() - Method in class org.eel.kitchen.jsonschema.ref.JsonRef
 
hashCode() - Method in class org.eel.kitchen.jsonschema.report.Message
 
hashCode() - Method in class org.eel.kitchen.jsonschema.schema.SchemaContainer
 
hashCode() - Method in class org.eel.kitchen.jsonschema.schema.SchemaNode
 
HASHONLY_URI - Static variable in class org.eel.kitchen.jsonschema.ref.JsonRef
 
HostnameFormatAttribute - Class in org.eel.kitchen.jsonschema.format
Validator for the host-name format specification

I

InlineSchemaContainer - Class in org.eel.kitchen.jsonschema.schema
A JSON Schema container TODO: javadoc
instance - Static variable in class com.fasterxml.jackson.databind.node.JsonNodeFactory
Default singleton instance that construct "standard" node instances: given that this class is stateless, a globally shared singleton can be used.
instance - Static variable in class org.eel.kitchen.jsonschema.syntax.draftv3.DivisibleBySyntaxChecker
 
intValue - Variable in class org.eel.kitchen.jsonschema.keyword.PositiveIntegerKeywordValidator
Value for this keyword
IPV4FormatAttribute - Class in org.eel.kitchen.jsonschema.format
Validator for the ip-address format specification, ie an IPv4 address
IPV6FormatAttribute - Class in org.eel.kitchen.jsonschema.format
Validator for the ipv6 format specification
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.Message
 
isSuccess() - Method in class org.eel.kitchen.jsonschema.report.ValidationReport
Is this report a success?

J

JacksonUtils - Class in org.eel.kitchen.jsonschema.util
A small set of utility methods over Jackson.
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.
JsonNodeFactory - Class in com.fasterxml.jackson.databind.node
Base class that specifies methods for getting access to Node instances (newly constructed, or shared, depending on type), as well as basic implementation of the methods.
JsonNodeFactory() - Constructor for class com.fasterxml.jackson.databind.node.JsonNodeFactory
 
JsonPointer - Class in org.eel.kitchen.jsonschema.ref
Implementation of IETF JSON Pointer draft, version 4
JsonPointer(String) - Constructor for class org.eel.kitchen.jsonschema.ref.JsonPointer
Constructor
JsonProvider<T> - Interface in org.eel.kitchen.jsonschema.util
 
JsonRef - Class in org.eel.kitchen.jsonschema.ref
Representation of a JSON Reference
JsonRef(URI) - Constructor for class org.eel.kitchen.jsonschema.ref.JsonRef
Main constructor, protected by design
JsonSchema - Class in org.eel.kitchen.jsonschema.main
The main validation class
JsonSchemaException - Exception in org.eel.kitchen.jsonschema.main
Generic exception thrown when the validation cannot proceed normally
JsonSchemaException(Message, Exception) - Constructor for exception org.eel.kitchen.jsonschema.main.JsonSchemaException
 
JsonSchemaException(Message) - 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.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
Constructor
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(KeywordRegistry, SchemaRegistry) - Constructor for class org.eel.kitchen.jsonschema.validator.JsonValidatorCache
 

K

keyword - Variable in class org.eel.kitchen.jsonschema.keyword.KeywordValidator
The keyword
Keyword - Class in org.eel.kitchen.jsonschema.main
Representation of a schema keyword: its name, syntax checker and validator
keyword - Variable in class org.eel.kitchen.jsonschema.syntax.SimpleSyntaxChecker
 
Keyword.Builder - Class in org.eel.kitchen.jsonschema.main
Builder class for a new keyword
KeywordFactory - Class in org.eel.kitchen.jsonschema.keyword
Factory to provide a set of KeywordValidator instances for a given schema
KeywordFactory(Map<String, Class<? extends KeywordValidator>>) - Constructor for class org.eel.kitchen.jsonschema.keyword.KeywordFactory
 
KeywordRegistries - Class in org.eel.kitchen.jsonschema.metaschema
 
KeywordRegistry - Class in org.eel.kitchen.jsonschema.metaschema
 
KeywordRegistry() - Constructor for class org.eel.kitchen.jsonschema.metaschema.KeywordRegistry
 
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
KeywordValidators - Class in org.eel.kitchen.jsonschema.metaschema
 

L

locator - Variable in class org.eel.kitchen.jsonschema.ref.JsonRef
The locator of this reference.
locator - Variable in class org.eel.kitchen.jsonschema.schema.SchemaContainer
 

M

MaximumKeywordValidator - Class in org.eel.kitchen.jsonschema.keyword.common
Validator for the maximum keyword
MaximumKeywordValidator(JsonNode) - Constructor for class org.eel.kitchen.jsonschema.keyword.common.MaximumKeywordValidator
 
MaxItemsKeywordValidator - Class in org.eel.kitchen.jsonschema.keyword.common
Validator for the maxItems keyword
MaxItemsKeywordValidator(JsonNode) - Constructor for class org.eel.kitchen.jsonschema.keyword.common.MaxItemsKeywordValidator
 
MaxLengthKeywordValidator - Class in org.eel.kitchen.jsonschema.keyword.common
Validator for the maxLength keyword
MaxLengthKeywordValidator(JsonNode) - Constructor for class org.eel.kitchen.jsonschema.keyword.common.MaxLengthKeywordValidator
 
MaxPropertiesKeywordValidator - Class in org.eel.kitchen.jsonschema.keyword.draftv4
Validator for the maxProperties keyword
MaxPropertiesKeywordValidator(JsonNode) - Constructor for class org.eel.kitchen.jsonschema.keyword.draftv4.MaxPropertiesKeywordValidator
 
mergeWith(ValidationReport) - Method in class org.eel.kitchen.jsonschema.report.ValidationReport
Merge with another validation report
Message - Class in org.eel.kitchen.jsonschema.report
One validation message
Message.Builder - Class in org.eel.kitchen.jsonschema.report
Builder class for a Message
MinimumKeywordValidator - Class in org.eel.kitchen.jsonschema.keyword.common
Validator for the minimum keyword
MinimumKeywordValidator(JsonNode) - Constructor for class org.eel.kitchen.jsonschema.keyword.common.MinimumKeywordValidator
 
MinItemsKeywordValidator - Class in org.eel.kitchen.jsonschema.keyword.common
Validator for the minItems keyword
MinItemsKeywordValidator(JsonNode) - Constructor for class org.eel.kitchen.jsonschema.keyword.common.MinItemsKeywordValidator
 
MinLengthKeywordValidator - Class in org.eel.kitchen.jsonschema.keyword.common
Validator for the minLength keyword
MinLengthKeywordValidator(JsonNode) - Constructor for class org.eel.kitchen.jsonschema.keyword.common.MinLengthKeywordValidator
 
MinPropertiesKeywordValidator - Class in org.eel.kitchen.jsonschema.keyword.draftv4
Validator for the minProperties keyword
MinPropertiesKeywordValidator(JsonNode) - Constructor for class org.eel.kitchen.jsonschema.keyword.draftv4.MinPropertiesKeywordValidator
 
ModZeroKeywordValidator - Class in org.eel.kitchen.jsonschema.keyword
Abstract validator for the disallow (draft v3) and multipleOf keywords
ModZeroKeywordValidator(String, JsonNode) - Constructor for class org.eel.kitchen.jsonschema.keyword.ModZeroKeywordValidator
 
ModZeroSyntaxChecker - Class in org.eel.kitchen.jsonschema.syntax
Syntax checker for the divisibleBy keyword (draft v3) and multipleOf keyword (draft v4)
ModZeroSyntaxChecker(String) - Constructor for class org.eel.kitchen.jsonschema.syntax.ModZeroSyntaxChecker
 
MultipleOfKeywordValidator - Class in org.eel.kitchen.jsonschema.keyword.draftv4
Validator for the multipleOf keyword
MultipleOfKeywordValidator(JsonNode) - Constructor for class org.eel.kitchen.jsonschema.keyword.draftv4.MultipleOfKeywordValidator
 
MultipleOfSyntaxChecker - Class in org.eel.kitchen.jsonschema.syntax.draftv4
 
MultipleOfSyntaxChecker() - Constructor for class org.eel.kitchen.jsonschema.syntax.draftv4.MultipleOfSyntaxChecker
 

N

newMessage() - Method in enum org.eel.kitchen.jsonschema.report.Domain
Create a Message.Builder for this validation domain
newMsg(String) - Static method in class org.eel.kitchen.jsonschema.format.FormatAttribute
 
newMsg() - Method in class org.eel.kitchen.jsonschema.keyword.KeywordValidator
Create a new validation message template
newValidator(JsonNode) - Method in class org.eel.kitchen.jsonschema.validator.ValidationContext
Build a new validator out of a JSON document
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.
NotKeywordValidator - Class in org.eel.kitchen.jsonschema.keyword.draftv4
 
NotKeywordValidator(JsonNode) - Constructor for class org.eel.kitchen.jsonschema.keyword.draftv4.NotKeywordValidator
 
nullNode() - Method in class com.fasterxml.jackson.databind.node.JsonNodeFactory
Factory method for getting an instance of JSON null node (which represents literal null value)
number - Variable in class org.eel.kitchen.jsonschema.keyword.NumericKeywordValidator
The keyword value
numberNode(byte) - Method in class com.fasterxml.jackson.databind.node.JsonNodeFactory
Factory method for getting an instance of JSON numeric value that expresses given 8-bit value
numberNode(Byte) - Method in class com.fasterxml.jackson.databind.node.JsonNodeFactory
Alternate factory method that will handle wrapper value, which may be null.
numberNode(short) - Method in class com.fasterxml.jackson.databind.node.JsonNodeFactory
Factory method for getting an instance of JSON numeric value that expresses given 16-bit integer value
numberNode(Short) - Method in class com.fasterxml.jackson.databind.node.JsonNodeFactory
Alternate factory method that will handle wrapper value, which may be null.
numberNode(int) - Method in class com.fasterxml.jackson.databind.node.JsonNodeFactory
Factory method for getting an instance of JSON numeric value that expresses given 32-bit integer value
numberNode(Integer) - Method in class com.fasterxml.jackson.databind.node.JsonNodeFactory
Alternate factory method that will handle wrapper value, which may be null.
numberNode(long) - Method in class com.fasterxml.jackson.databind.node.JsonNodeFactory
Factory method for getting an instance of JSON numeric value that expresses given 64-bit integer value
numberNode(Long) - Method in class com.fasterxml.jackson.databind.node.JsonNodeFactory
Alternate factory method that will handle wrapper value, which may be null.
numberNode(BigInteger) - Method in class com.fasterxml.jackson.databind.node.JsonNodeFactory
Factory method for getting an instance of JSON numeric value that expresses given unlimited range integer value
numberNode(float) - Method in class com.fasterxml.jackson.databind.node.JsonNodeFactory
Factory method for getting an instance of JSON numeric value that expresses given 32-bit floating point value
numberNode(Float) - Method in class com.fasterxml.jackson.databind.node.JsonNodeFactory
Alternate factory method that will handle wrapper value, which may be null.
numberNode(double) - Method in class com.fasterxml.jackson.databind.node.JsonNodeFactory
Factory method for getting an instance of JSON numeric value that expresses given 64-bit floating point value
numberNode(Double) - Method in class com.fasterxml.jackson.databind.node.JsonNodeFactory
Alternate factory method that will handle wrapper value, which may be null.
numberNode(BigDecimal) - Method in class com.fasterxml.jackson.databind.node.JsonNodeFactory
Factory method for getting an instance of JSON numeric value that expresses given unlimited precision floating point 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

objectNode() - Method in class com.fasterxml.jackson.databind.node.JsonNodeFactory
Factory method for constructing an empty JSON Object ("struct") node
OneOfKeywordValidator - Class in org.eel.kitchen.jsonschema.keyword.draftv4
 
OneOfKeywordValidator(JsonNode) - Constructor for class org.eel.kitchen.jsonschema.keyword.draftv4.OneOfKeywordValidator
Constructor
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 attribute classes
org.eel.kitchen.jsonschema.keyword - package org.eel.kitchen.jsonschema.keyword
Schema validation core elements: keyword validators
org.eel.kitchen.jsonschema.keyword.common - package org.eel.kitchen.jsonschema.keyword.common
 
org.eel.kitchen.jsonschema.keyword.draftv3 - package org.eel.kitchen.jsonschema.keyword.draftv3
 
org.eel.kitchen.jsonschema.keyword.draftv4 - package org.eel.kitchen.jsonschema.keyword.draftv4
 
org.eel.kitchen.jsonschema.main - package org.eel.kitchen.jsonschema.main
Main schema validation API
org.eel.kitchen.jsonschema.metaschema - package org.eel.kitchen.jsonschema.metaschema
 
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
Validation reports and messages
org.eel.kitchen.jsonschema.schema - package org.eel.kitchen.jsonschema.schema
 
org.eel.kitchen.jsonschema.syntax - package org.eel.kitchen.jsonschema.syntax
Schema syntax validation package
org.eel.kitchen.jsonschema.syntax.common - package org.eel.kitchen.jsonschema.syntax.common
 
org.eel.kitchen.jsonschema.syntax.draftv3 - package org.eel.kitchen.jsonschema.syntax.draftv3
 
org.eel.kitchen.jsonschema.syntax.draftv4 - package org.eel.kitchen.jsonschema.syntax.draftv4
 
org.eel.kitchen.jsonschema.uri - package org.eel.kitchen.jsonschema.uri
Classes to handle downloading of JSON documents using any URI scheme
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

PatternKeywordValidator - Class in org.eel.kitchen.jsonschema.keyword.common
Validator for the pattern keyword
PatternKeywordValidator(JsonNode) - Constructor for class org.eel.kitchen.jsonschema.keyword.common.PatternKeywordValidator
 
PatternPropertiesSyntaxChecker - Class in org.eel.kitchen.jsonschema.syntax.common
Syntax validator for the patternProperties keyword
PatternSyntaxChecker - Class in org.eel.kitchen.jsonschema.syntax.common
Syntax validator for the pattern keyword
POJONode(Object) - Method in class com.fasterxml.jackson.databind.node.JsonNodeFactory
Factory method for constructing a wrapper for POJO ("Plain Old Java Object") objects; these will get serialized using data binding, usually as JSON Objects, but in some cases as JSON Strings or other node types.
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
 

R

RegexFormatAttribute - Class in org.eel.kitchen.jsonschema.format
Validator for the regex format specification
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.schema.SchemaRegistry
Register a schema
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
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.
removeFormatAttribute(String) - Method in class org.eel.kitchen.jsonschema.metaschema.KeywordRegistry
 
removeKeyword(String) - Method in class org.eel.kitchen.jsonschema.metaschema.KeywordRegistry
 
RequiredKeywordValidator - Class in org.eel.kitchen.jsonschema.keyword.draftv4
 
RequiredKeywordValidator(JsonNode) - Constructor for class org.eel.kitchen.jsonschema.keyword.draftv4.RequiredKeywordValidator
 
RequiredSyntaxChecker - Class in org.eel.kitchen.jsonschema.syntax.draftv4
 
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(JsonRef) - Method in class org.eel.kitchen.jsonschema.schema.CanonicalSchemaContainer
 
resolve(JsonRef) - Method in class org.eel.kitchen.jsonschema.schema.InlineSchemaContainer
 
resolve(JsonRef) - Method in class org.eel.kitchen.jsonschema.schema.SchemaContainer
 
ResourceURIDownloader - Class in org.eel.kitchen.jsonschema.uri
A downloader for the custom resource "scheme"
RhinoHelper - Class in org.eel.kitchen.jsonschema.util
ECMA 262 validation helper.

S

schema - Variable in class org.eel.kitchen.jsonschema.schema.SchemaContainer
 
SchemaArrayKeywordValidator - Class in org.eel.kitchen.jsonschema.keyword.draftv4
 
SchemaArrayKeywordValidator(String, JsonNode) - Constructor for class org.eel.kitchen.jsonschema.keyword.draftv4.SchemaArrayKeywordValidator
Constructor
SchemaArraySyntaxChecker - Class in org.eel.kitchen.jsonschema.syntax.draftv4
 
SchemaArraySyntaxChecker(String) - Constructor for class org.eel.kitchen.jsonschema.syntax.draftv4.SchemaArraySyntaxChecker
 
SchemaBundle - Class in org.eel.kitchen.jsonschema.schema
A schema bundle
SchemaContainer - Class in org.eel.kitchen.jsonschema.schema
A JSON Schema container TODO: Javadoc
SchemaContainer(URI, JsonNode) - Constructor for class org.eel.kitchen.jsonschema.schema.SchemaContainer
Return a new container based on an URI and a schema
SchemaNode - Class in org.eel.kitchen.jsonschema.schema
Representation of a schema node
SchemaNode(SchemaContainer, JsonNode) - Constructor for class org.eel.kitchen.jsonschema.schema.SchemaNode
 
SchemaRegistry - Class in org.eel.kitchen.jsonschema.schema
A JSON Schema registry
SchemaRegistry(URIManager, URI, AddressingMode) - Constructor for class org.eel.kitchen.jsonschema.schema.SchemaRegistry
Constructor
SchemaRegistry(URIManager, URI) - Constructor for class org.eel.kitchen.jsonschema.schema.SchemaRegistry
 
schemas - Variable in class org.eel.kitchen.jsonschema.keyword.draftv3.AbstractTypeKeywordValidator
Schemas found in the keyword definition
SchemaURIs - Class in org.eel.kitchen.jsonschema.metaschema
 
setFatal(boolean) - Method in class org.eel.kitchen.jsonschema.report.Message.Builder
Should this error message be marked as fatal?
setKeyword(String) - Method in class org.eel.kitchen.jsonschema.report.Message.Builder
Set the keyword associated with this message
setMessage(String) - Method in class org.eel.kitchen.jsonschema.report.Message.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
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
 
subSchemas - Variable in class org.eel.kitchen.jsonschema.keyword.draftv4.SchemaArrayKeywordValidator
 
SyntaxChecker - Interface in org.eel.kitchen.jsonschema.syntax
Interface implemented by all syntax checkers
SyntaxCheckers - Class in org.eel.kitchen.jsonschema.metaschema
 
SyntaxValidator - Class in org.eel.kitchen.jsonschema.syntax
Schema syntax validator
SyntaxValidator(Map<String, SyntaxChecker>) - Constructor for class org.eel.kitchen.jsonschema.syntax.SyntaxValidator
 

T

textNode(String) - Method in class com.fasterxml.jackson.databind.node.JsonNodeFactory
Factory method for constructing a node that represents JSON String value
toJsonNode() - Method in class org.eel.kitchen.jsonschema.report.Message
 
toJsonNode(T) - Method in interface org.eel.kitchen.jsonschema.util.JsonProvider
 
toString() - Method in class org.eel.kitchen.jsonschema.keyword.common.AdditionalItemsKeywordValidator
 
toString() - Method in class org.eel.kitchen.jsonschema.keyword.common.AdditionalPropertiesKeywordValidator
 
toString() - Method in class org.eel.kitchen.jsonschema.keyword.common.EnumKeywordValidator
 
toString() - Method in class org.eel.kitchen.jsonschema.keyword.common.FormatKeywordValidator
 
toString() - Method in class org.eel.kitchen.jsonschema.keyword.common.PatternKeywordValidator
 
toString() - Method in class org.eel.kitchen.jsonschema.keyword.common.UniqueItemsKeywordValidator
 
toString() - Method in class org.eel.kitchen.jsonschema.keyword.draftv3.AbstractTypeKeywordValidator
 
toString() - Method in class org.eel.kitchen.jsonschema.keyword.draftv3.DraftV3DependenciesKeywordValidator
 
toString() - Method in class org.eel.kitchen.jsonschema.keyword.draftv3.DraftV3PropertiesKeywordValidator
 
toString() - Method in class org.eel.kitchen.jsonschema.keyword.draftv3.ExtendsKeywordValidator
 
toString() - Method in class org.eel.kitchen.jsonschema.keyword.draftv4.AllOfKeywordValidator
 
toString() - Method in class org.eel.kitchen.jsonschema.keyword.draftv4.AnyOfKeywordValidator
 
toString() - Method in class org.eel.kitchen.jsonschema.keyword.draftv4.DraftV4DependenciesKeywordValidator
 
toString() - Method in class org.eel.kitchen.jsonschema.keyword.draftv4.DraftV4TypeKeywordValidator
 
toString() - Method in class org.eel.kitchen.jsonschema.keyword.draftv4.NotKeywordValidator
 
toString() - Method in class org.eel.kitchen.jsonschema.keyword.draftv4.OneOfKeywordValidator
 
toString() - Method in class org.eel.kitchen.jsonschema.keyword.draftv4.RequiredKeywordValidator
 
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.PositiveIntegerKeywordValidator
 
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 enum org.eel.kitchen.jsonschema.report.Domain
 
toString() - Method in class org.eel.kitchen.jsonschema.report.Message
 
toString() - Method in class org.eel.kitchen.jsonschema.report.ValidationReport
 
toString() - Method in class org.eel.kitchen.jsonschema.schema.SchemaContainer
 
toString() - Method in class org.eel.kitchen.jsonschema.schema.SchemaNode
 
toString() - Method in enum org.eel.kitchen.jsonschema.util.NodeType
 
toString() - Method in class org.eel.kitchen.jsonschema.validator.ValidationContext
 
toURI() - Method in class org.eel.kitchen.jsonschema.ref.JsonRef
Return the underlying URI for this JSON Reference
typeSet - Variable in class org.eel.kitchen.jsonschema.keyword.draftv3.AbstractTypeKeywordValidator
Simple types found in the keyword definition

U

UniqueItemsKeywordValidator - Class in org.eel.kitchen.jsonschema.keyword.common
Validator for the uniqueItems keyword
UniqueItemsKeywordValidator(JsonNode) - Constructor for class org.eel.kitchen.jsonschema.keyword.common.UniqueItemsKeywordValidator
 
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
URIFormatAttribute - Class in org.eel.kitchen.jsonschema.format
Validator for the uri format specification
URIManager - Class in org.eel.kitchen.jsonschema.uri
Class to fetch JSON documents
URIManager() - Constructor for class org.eel.kitchen.jsonschema.uri.URIManager
 
URISyntaxChecker - Class in org.eel.kitchen.jsonschema.syntax.common
 
URISyntaxChecker(String) - Constructor for class org.eel.kitchen.jsonschema.syntax.common.URISyntaxChecker
 

V

validate(String, ValidationContext, ValidationReport, JsonNode) - Method in class org.eel.kitchen.jsonschema.format.FormatAttribute
Main validation function
validate(ValidationContext, ValidationReport, JsonNode) - Method in class org.eel.kitchen.jsonschema.keyword.common.AdditionalItemsKeywordValidator
 
validate(ValidationContext, ValidationReport, JsonNode) - Method in class org.eel.kitchen.jsonschema.keyword.common.AdditionalPropertiesKeywordValidator
 
validate(ValidationContext, ValidationReport, JsonNode) - Method in class org.eel.kitchen.jsonschema.keyword.common.EnumKeywordValidator
 
validate(ValidationContext, ValidationReport, JsonNode) - Method in class org.eel.kitchen.jsonschema.keyword.common.FormatKeywordValidator
 
validate(ValidationContext, ValidationReport, JsonNode) - Method in class org.eel.kitchen.jsonschema.keyword.common.MaxItemsKeywordValidator
 
validate(ValidationContext, ValidationReport, JsonNode) - Method in class org.eel.kitchen.jsonschema.keyword.common.MaxLengthKeywordValidator
 
validate(ValidationContext, ValidationReport, JsonNode) - Method in class org.eel.kitchen.jsonschema.keyword.common.MinItemsKeywordValidator
 
validate(ValidationContext, ValidationReport, JsonNode) - Method in class org.eel.kitchen.jsonschema.keyword.common.MinLengthKeywordValidator
 
validate(ValidationContext, ValidationReport, JsonNode) - Method in class org.eel.kitchen.jsonschema.keyword.common.PatternKeywordValidator
 
validate(ValidationContext, ValidationReport, JsonNode) - Method in class org.eel.kitchen.jsonschema.keyword.common.UniqueItemsKeywordValidator
 
validate(ValidationContext, ValidationReport, JsonNode) - Method in class org.eel.kitchen.jsonschema.keyword.draftv3.DisallowKeywordValidator
 
validate(ValidationContext, ValidationReport, JsonNode) - Method in class org.eel.kitchen.jsonschema.keyword.draftv3.DraftV3DependenciesKeywordValidator
 
validate(ValidationContext, ValidationReport, JsonNode) - Method in class org.eel.kitchen.jsonschema.keyword.draftv3.DraftV3PropertiesKeywordValidator
 
validate(ValidationContext, ValidationReport, JsonNode) - Method in class org.eel.kitchen.jsonschema.keyword.draftv3.DraftV3TypeKeywordValidator
 
validate(ValidationContext, ValidationReport, JsonNode) - Method in class org.eel.kitchen.jsonschema.keyword.draftv3.ExtendsKeywordValidator
 
validate(ValidationContext, ValidationReport, JsonNode) - Method in class org.eel.kitchen.jsonschema.keyword.draftv4.AllOfKeywordValidator
 
validate(ValidationContext, ValidationReport, JsonNode) - Method in class org.eel.kitchen.jsonschema.keyword.draftv4.AnyOfKeywordValidator
 
validate(ValidationContext, ValidationReport, JsonNode) - Method in class org.eel.kitchen.jsonschema.keyword.draftv4.DraftV4DependenciesKeywordValidator
 
validate(ValidationContext, ValidationReport, JsonNode) - Method in class org.eel.kitchen.jsonschema.keyword.draftv4.DraftV4TypeKeywordValidator
 
validate(ValidationContext, ValidationReport, JsonNode) - Method in class org.eel.kitchen.jsonschema.keyword.draftv4.MaxPropertiesKeywordValidator
 
validate(ValidationContext, ValidationReport, JsonNode) - Method in class org.eel.kitchen.jsonschema.keyword.draftv4.MinPropertiesKeywordValidator
 
validate(ValidationContext, ValidationReport, JsonNode) - Method in class org.eel.kitchen.jsonschema.keyword.draftv4.NotKeywordValidator
 
validate(ValidationContext, ValidationReport, JsonNode) - Method in class org.eel.kitchen.jsonschema.keyword.draftv4.OneOfKeywordValidator
 
validate(ValidationContext, ValidationReport, JsonNode) - Method in class org.eel.kitchen.jsonschema.keyword.draftv4.RequiredKeywordValidator
 
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.NumericKeywordValidator
Main validation method
validate(JsonNode) - Method in class org.eel.kitchen.jsonschema.main.JsonSchema
The main validation function
validate(List<Message>, JsonNode) - Method in class org.eel.kitchen.jsonschema.syntax.SyntaxValidator
Validate one schema
validate(ValidationContext, ValidationReport, JsonNode) - Method in interface org.eel.kitchen.jsonschema.validator.JsonValidator
Validate an instance
validateDecimal(ValidationReport, JsonNode) - Method in class org.eel.kitchen.jsonschema.keyword.common.MaximumKeywordValidator
 
validateDecimal(ValidationReport, JsonNode) - Method in class org.eel.kitchen.jsonschema.keyword.common.MinimumKeywordValidator
 
validateDecimal(ValidationReport, JsonNode) - Method in class org.eel.kitchen.jsonschema.keyword.ModZeroKeywordValidator
 
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.common.MaximumKeywordValidator
 
validateLong(ValidationReport, JsonNode) - Method in class org.eel.kitchen.jsonschema.keyword.common.MinimumKeywordValidator
 
validateLong(ValidationReport, JsonNode) - Method in class org.eel.kitchen.jsonschema.keyword.ModZeroKeywordValidator
 
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
ValidationContext - Class in org.eel.kitchen.jsonschema.validator
A validation context
ValidationContext(JsonValidatorCache) - Constructor for class org.eel.kitchen.jsonschema.validator.ValidationContext
Create a validation context with an empty feature set
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
valueOf(String) - Static method in enum org.eel.kitchen.jsonschema.report.Domain
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eel.kitchen.jsonschema.schema.AddressingMode
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.report.Domain
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.schema.AddressingMode
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

withName(String) - Static method in class org.eel.kitchen.jsonschema.main.Keyword
Create a new Keyword.Builder for a keyword with a given name
withRootSchema(URI, JsonNode) - Static method in class org.eel.kitchen.jsonschema.schema.SchemaBundle
 
withRootSchema(String, JsonNode) - Static method in class org.eel.kitchen.jsonschema.schema.SchemaBundle
 
withRootSchema(JsonNode) - Static method in class org.eel.kitchen.jsonschema.schema.SchemaBundle
 
withSyntaxChecker(SyntaxChecker) - Method in class org.eel.kitchen.jsonschema.main.Keyword.Builder
Add a syntax checker to this keyword
withValidatorClass(Class<? extends KeywordValidator>) - Method in class org.eel.kitchen.jsonschema.main.Keyword.Builder
Add the keyword validator class
A B C D E F G H I J K L M N O P R S T U V W 

Copyright © 2012. All Rights Reserved.