JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Hierarchy For All Packages
Package Hierarchies:
com.github.fge.jsonschema.cfg
,
com.github.fge.jsonschema.examples
,
com.github.fge.jsonschema.exceptions
,
com.github.fge.jsonschema.exceptions.unchecked
,
com.github.fge.jsonschema.format
,
com.github.fge.jsonschema.format.common
,
com.github.fge.jsonschema.format.draftv3
,
com.github.fge.jsonschema.format.draftv4
,
com.github.fge.jsonschema.format.helpers
,
com.github.fge.jsonschema.keyword
,
com.github.fge.jsonschema.keyword.digest
,
com.github.fge.jsonschema.keyword.digest.common
,
com.github.fge.jsonschema.keyword.digest.draftv3
,
com.github.fge.jsonschema.keyword.digest.draftv4
,
com.github.fge.jsonschema.keyword.digest.helpers
,
com.github.fge.jsonschema.keyword.validator
,
com.github.fge.jsonschema.keyword.validator.common
,
com.github.fge.jsonschema.keyword.validator.draftv3
,
com.github.fge.jsonschema.keyword.validator.draftv4
,
com.github.fge.jsonschema.keyword.validator.helpers
,
com.github.fge.jsonschema.library
,
com.github.fge.jsonschema.library.digest
,
com.github.fge.jsonschema.library.format
,
com.github.fge.jsonschema.library.validator
,
com.github.fge.jsonschema.main
,
com.github.fge.jsonschema.messages
,
com.github.fge.jsonschema.processors
,
com.github.fge.jsonschema.processors.build
,
com.github.fge.jsonschema.processors.data
,
com.github.fge.jsonschema.processors.digest
,
com.github.fge.jsonschema.processors.format
,
com.github.fge.jsonschema.processors.ref
,
com.github.fge.jsonschema.processors.syntax
,
com.github.fge.jsonschema.processors.validation
Class Hierarchy
java.lang.
Object
com.github.fge.jsonschema.keyword.digest.
AbstractDigester
(implements com.github.fge.jsonschema.keyword.digest.
Digester
)
com.github.fge.jsonschema.keyword.digest.common.
AdditionalItemsDigester
com.github.fge.jsonschema.keyword.digest.common.
AdditionalPropertiesDigester
com.github.fge.jsonschema.processors.validation.
ArraySchemaDigester
com.github.fge.jsonschema.keyword.digest.draftv3.
DraftV3DependenciesDigester
com.github.fge.jsonschema.keyword.digest.draftv3.
DraftV3PropertiesDigester
com.github.fge.jsonschema.keyword.digest.helpers.
DraftV3TypeKeywordDigester
com.github.fge.jsonschema.keyword.digest.draftv4.
DraftV4DependenciesDigester
com.github.fge.jsonschema.keyword.digest.draftv4.
DraftV4TypeDigester
com.github.fge.jsonschema.keyword.digest.helpers.
IdentityDigester
com.github.fge.jsonschema.keyword.digest.helpers.
NullDigester
com.github.fge.jsonschema.keyword.digest.helpers.
NumericDigester
com.github.fge.jsonschema.keyword.digest.draftv3.
DivisibleByDigester
com.github.fge.jsonschema.keyword.digest.common.
MaximumDigester
com.github.fge.jsonschema.keyword.digest.common.
MinimumDigester
com.github.fge.jsonschema.keyword.digest.draftv4.
MultipleOfDigester
com.github.fge.jsonschema.processors.validation.
ObjectSchemaDigester
com.github.fge.jsonschema.keyword.digest.draftv4.
RequiredDigester
com.github.fge.jsonschema.keyword.digest.helpers.
SimpleDigester
com.github.fge.jsonschema.format.
AbstractFormatAttribute
(implements com.github.fge.jsonschema.format.
FormatAttribute
)
com.github.fge.jsonschema.format.helpers.
DateFormatAttribute
com.github.fge.jsonschema.format.draftv3.
DateAttribute
com.github.fge.jsonschema.format.common.
DateTimeAttribute
com.github.fge.jsonschema.format.draftv3.
TimeAttribute
com.github.fge.jsonschema.format.common.
EmailAttribute
com.github.fge.jsonschema.format.helpers.
IPv4FormatAttribute
com.github.fge.jsonschema.format.common.
IPv6Attribute
com.github.fge.jsonschema.format.draftv3.
PhoneAttribute
com.github.fge.jsonschema.format.common.
RegexAttribute
com.github.fge.jsonschema.format.helpers.
SharedHostNameAttribute
com.github.fge.jsonschema.format.common.
URIAttribute
com.github.fge.jsonschema.format.draftv3.
UTCMillisecAttribute
com.github.fge.jsonschema.keyword.validator.
AbstractKeywordValidator
(implements com.github.fge.jsonschema.keyword.validator.
KeywordValidator
)
com.github.fge.jsonschema.keyword.validator.common.
AdditionalItemsValidator
com.github.fge.jsonschema.keyword.validator.common.
AdditionalPropertiesValidator
com.github.fge.jsonschema.keyword.validator.common.
DependenciesValidator
com.github.fge.jsonschema.keyword.validator.helpers.
DraftV3TypeKeywordValidator
com.github.fge.jsonschema.keyword.validator.draftv3.
DisallowKeywordValidator
com.github.fge.jsonschema.keyword.validator.draftv3.
DraftV3TypeValidator
com.github.fge.jsonschema.keyword.validator.draftv4.
DraftV4TypeValidator
com.github.fge.jsonschema.keyword.validator.common.
EnumValidator
com.github.fge.jsonschema.examples.
Example9.DivisorsKeywordValidator
com.github.fge.jsonschema.keyword.validator.draftv3.
ExtendsValidator
com.github.fge.jsonschema.keyword.validator.draftv4.
NotValidator
com.github.fge.jsonschema.keyword.validator.helpers.
NumericValidator
com.github.fge.jsonschema.keyword.validator.helpers.
DivisorValidator
com.github.fge.jsonschema.keyword.validator.draftv3.
DivisibleByValidator
com.github.fge.jsonschema.keyword.validator.draftv4.
MultipleOfValidator
com.github.fge.jsonschema.keyword.validator.common.
MaximumValidator
com.github.fge.jsonschema.keyword.validator.common.
MinimumValidator
com.github.fge.jsonschema.keyword.validator.common.
PatternValidator
com.github.fge.jsonschema.keyword.validator.helpers.
PositiveIntegerValidator
com.github.fge.jsonschema.keyword.validator.common.
MaxItemsValidator
com.github.fge.jsonschema.keyword.validator.common.
MaxLengthValidator
com.github.fge.jsonschema.keyword.validator.draftv4.
MaxPropertiesValidator
com.github.fge.jsonschema.keyword.validator.common.
MinItemsValidator
com.github.fge.jsonschema.keyword.validator.common.
MinLengthValidator
com.github.fge.jsonschema.keyword.validator.draftv4.
MinPropertiesValidator
com.github.fge.jsonschema.keyword.validator.draftv3.
PropertiesValidator
com.github.fge.jsonschema.keyword.validator.draftv4.
RequiredKeywordValidator
com.github.fge.jsonschema.keyword.validator.helpers.
SchemaArrayValidator
com.github.fge.jsonschema.keyword.validator.draftv4.
AllOfValidator
com.github.fge.jsonschema.keyword.validator.draftv4.
AnyOfValidator
com.github.fge.jsonschema.keyword.validator.draftv4.
OneOfValidator
com.github.fge.jsonschema.keyword.validator.common.
UniqueItemsValidator
com.github.fge.jsonschema.processors.validation.
ArraySchemaSelector
com.github.fge.jsonschema.library.digest.
CommonDigesterDictionary
com.github.fge.jsonschema.library.format.
CommonFormatAttributesDictionary
com.github.fge.jsonschema.library.validator.
CommonValidatorDictionary
com.github.fge.jsonschema.library.digest.
DraftV3DigesterDictionary
com.github.fge.jsonschema.library.format.
DraftV3FormatAttributesDictionary
com.github.fge.jsonschema.library.
DraftV3Library
com.github.fge.jsonschema.library.validator.
DraftV3ValidatorDictionary
com.github.fge.jsonschema.library.digest.
DraftV4DigesterDictionary
com.github.fge.jsonschema.library.format.
DraftV4FormatAttributesDictionary
com.github.fge.jsonschema.library.
DraftV4Library
com.github.fge.jsonschema.library.validator.
DraftV4ValidatorDictionary
com.google.common.base.Equivalence<T>
com.github.fge.jsonschema.processors.validation.
SchemaContextEquivalence
com.github.fge.jsonschema.examples.
ExampleBase
com.github.fge.jsonschema.examples.
Example1
com.github.fge.jsonschema.examples.
Example10
com.github.fge.jsonschema.examples.
Example2
com.github.fge.jsonschema.examples.
Example3
com.github.fge.jsonschema.examples.
Example4
com.github.fge.jsonschema.examples.
Example5
com.github.fge.jsonschema.examples.
Example6
com.github.fge.jsonschema.examples.
Example7
com.github.fge.jsonschema.examples.
Example8
com.github.fge.jsonschema.examples.
Example9
com.github.fge.jsonschema.processors.format.
FormatProcessor
(implements com.github.fge.jsonschema.processing.Processor<IN,OUT>)
com.github.fge.jsonschema.processors.data.
FullData
(implements com.github.fge.jsonschema.report.MessageProvider)
com.github.fge.jsonschema.main.
JsonSchema
com.github.fge.jsonschema.main.
JsonSchemaFactory
(implements com.github.fge.jsonschema.util.Frozen<T>)
com.github.fge.jsonschema.main.
JsonSchemaFactoryBuilder
(implements com.github.fge.jsonschema.util.Thawed<F>)
com.github.fge.jsonschema.main.
JsonValidator
com.github.fge.jsonschema.library.
Keyword
(implements com.github.fge.jsonschema.util.Frozen<T>)
com.github.fge.jsonschema.library.
KeywordBuilder
(implements com.github.fge.jsonschema.util.Thawed<F>)
com.github.fge.jsonschema.library.
Library
(implements com.github.fge.jsonschema.util.Frozen<T>)
com.github.fge.jsonschema.library.
LibraryBuilder
(implements com.github.fge.jsonschema.util.Thawed<F>)
com.github.fge.jsonschema.processors.validation.
ObjectSchemaSelector
com.github.fge.jsonschema.processors.data.
SchemaContext
(implements com.github.fge.jsonschema.report.MessageProvider)
com.github.fge.jsonschema.processors.data.
SchemaDigest
(implements com.github.fge.jsonschema.report.MessageProvider)
com.github.fge.jsonschema.processors.digest.
SchemaDigester
(implements com.github.fge.jsonschema.processing.Processor<IN,OUT>)
com.github.fge.jsonschema.processors.syntax.
SyntaxValidator
java.lang.
Throwable
(implements java.io.
Serializable
)
java.lang.
Exception
com.github.fge.jsonschema.exceptions.ProcessingException
com.github.fge.jsonschema.exceptions.
InvalidInstanceException
java.lang.
RuntimeException
com.github.fge.jsonschema.exceptions.unchecked.ProcessingError
com.github.fge.jsonschema.exceptions.unchecked.ProcessingConfigurationError
com.github.fge.jsonschema.exceptions.unchecked.
FactoryConfigurationError
com.github.fge.jsonschema.exceptions.unchecked.
ValidationConfigurationError
com.github.fge.jsonschema.processors.validation.
ValidationChain
(implements com.github.fge.jsonschema.processing.Processor<IN,OUT>)
com.github.fge.jsonschema.cfg.
ValidationConfiguration
(implements com.github.fge.jsonschema.util.Frozen<T>)
com.github.fge.jsonschema.cfg.
ValidationConfigurationBuilder
(implements com.github.fge.jsonschema.util.Thawed<F>)
com.github.fge.jsonschema.processors.validation.
ValidationProcessor
(implements com.github.fge.jsonschema.processing.Processor<IN,OUT>)
com.github.fge.jsonschema.processors.build.
ValidatorBuilder
(implements com.github.fge.jsonschema.processing.Processor<IN,OUT>)
com.github.fge.jsonschema.processors.data.
ValidatorList
(implements java.lang.
Iterable
<T>, com.github.fge.jsonschema.report.MessageProvider)
Interface Hierarchy
com.github.fge.jsonschema.keyword.digest.
Digester
com.github.fge.jsonschema.format.
FormatAttribute
com.github.fge.jsonschema.keyword.validator.
KeywordValidator
Enum Hierarchy
java.lang.
Object
java.lang.
Enum
<E> (implements java.lang.
Comparable
<T>, java.io.
Serializable
)
com.github.fge.jsonschema.messages.
ValidationConfigurationMessages
com.github.fge.jsonschema.messages.
KeywordValidationMessages
com.github.fge.jsonschema.messages.
FormatMessages
com.github.fge.jsonschema.messages.
ConfigurationMessages
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2014. All Rights Reserved.