Uses of Package
com.github.fge.jsonschema.processors.data

Packages that use com.github.fge.jsonschema.processors.data
com.github.fge.jsonschema.examples API usage examples 
com.github.fge.jsonschema.format Format attribute base classes 
com.github.fge.jsonschema.format.common Common format attribute classes for draft v3 and draft v4 
com.github.fge.jsonschema.format.draftv3 Format attributes specific to draft v3 
com.github.fge.jsonschema.format.helpers Helper classes for format attributes 
com.github.fge.jsonschema.keyword.validator Keyword validators 
com.github.fge.jsonschema.keyword.validator.common Keyword validators common to both draft v3 and draft v4 
com.github.fge.jsonschema.keyword.validator.draftv3 Keyword validators specific to draft v3 
com.github.fge.jsonschema.keyword.validator.draftv4 Keyword validators specific to draft v4 
com.github.fge.jsonschema.keyword.validator.helpers Keyword validator helper classes 
com.github.fge.jsonschema.main Main interface to validation 
com.github.fge.jsonschema.processors.build Keyword builder processor 
com.github.fge.jsonschema.processors.data Inputs and outputs used by validation processors 
com.github.fge.jsonschema.processors.digest Schema digester 
com.github.fge.jsonschema.processors.format Format attribute handler 
com.github.fge.jsonschema.processors.validation Main validation processors and utility classes 
 

Classes in com.github.fge.jsonschema.processors.data used by com.github.fge.jsonschema.examples
FullData
          Validation data for a validation processor
 

Classes in com.github.fge.jsonschema.processors.data used by com.github.fge.jsonschema.format
FullData
          Validation data for a validation processor
 

Classes in com.github.fge.jsonschema.processors.data used by com.github.fge.jsonschema.format.common
FullData
          Validation data for a validation processor
 

Classes in com.github.fge.jsonschema.processors.data used by com.github.fge.jsonschema.format.draftv3
FullData
          Validation data for a validation processor
 

Classes in com.github.fge.jsonschema.processors.data used by com.github.fge.jsonschema.format.helpers
FullData
          Validation data for a validation processor
 

Classes in com.github.fge.jsonschema.processors.data used by com.github.fge.jsonschema.keyword.validator
FullData
          Validation data for a validation processor
 

Classes in com.github.fge.jsonschema.processors.data used by com.github.fge.jsonschema.keyword.validator.common
FullData
          Validation data for a validation processor
 

Classes in com.github.fge.jsonschema.processors.data used by com.github.fge.jsonschema.keyword.validator.draftv3
FullData
          Validation data for a validation processor
 

Classes in com.github.fge.jsonschema.processors.data used by com.github.fge.jsonschema.keyword.validator.draftv4
FullData
          Validation data for a validation processor
 

Classes in com.github.fge.jsonschema.processors.data used by com.github.fge.jsonschema.keyword.validator.helpers
FullData
          Validation data for a validation processor
 

Classes in com.github.fge.jsonschema.processors.data used by com.github.fge.jsonschema.main
FullData
          Validation data for a validation processor
 

Classes in com.github.fge.jsonschema.processors.data used by com.github.fge.jsonschema.processors.build
SchemaDigest
          Output of SchemaDigester and input of ValidatorBuilder
ValidatorList
          Output of ValidatorBuilder, and input/output of FormatProcessor
 

Classes in com.github.fge.jsonschema.processors.data used by com.github.fge.jsonschema.processors.data
FullData
          Validation data for a validation processor
SchemaContext
          Input for both a SchemaDigester and a ValidationChain
 

Classes in com.github.fge.jsonschema.processors.data used by com.github.fge.jsonschema.processors.digest
SchemaContext
          Input for both a SchemaDigester and a ValidationChain
SchemaDigest
          Output of SchemaDigester and input of ValidatorBuilder
 

Classes in com.github.fge.jsonschema.processors.data used by com.github.fge.jsonschema.processors.format
ValidatorList
          Output of ValidatorBuilder, and input/output of FormatProcessor
 

Classes in com.github.fge.jsonschema.processors.data used by com.github.fge.jsonschema.processors.validation
FullData
          Validation data for a validation processor
SchemaContext
          Input for both a SchemaDigester and a ValidationChain
ValidatorList
          Output of ValidatorBuilder, and input/output of FormatProcessor
 



Copyright © 2014. All Rights Reserved.