All Classes Interface Summary Class Summary Annotation Types Summary
Class |
Description |
AdditionalItemsDeserializer |
|
AdditionalItemsDeserializer |
|
AdditionalPropertiesDeserializer |
|
AdditionalPropertiesDeserializer |
|
AnnotationConstraintResolver |
|
AnnotationConstraintResolver |
|
AnySchema |
|
AnySchema |
|
AnyVisitor |
|
AnyVisitor |
|
ArraySchema |
|
ArraySchema |
|
ArraySchema.AdditionalItems |
This provides a definition for additional items in an array instance
when tuple definitions of the items is provided.
|
ArraySchema.AdditionalItems |
This provides a definition for additional items in an array instance
when tuple definitions of the items is provided.
|
ArraySchema.ArrayItems |
When this attribute value is an array of jsonSchemas and the instance
value is an array, each position in the instance array MUST conform
to the jsonSchema in the corresponding position for this array.
|
ArraySchema.ArrayItems |
When this attribute value is an array of jsonSchemas and the instance
value is an array, each position in the instance array MUST conform
to the jsonSchema in the corresponding position for this array.
|
ArraySchema.Items |
This attribute defines the allowed items in an instance array, and
MUST be a jsonSchema or an array of jsonSchemas.
|
ArraySchema.Items |
This attribute defines the allowed items in an instance array, and
MUST be a jsonSchema or an array of jsonSchemas.
|
ArraySchema.ItemsDeserializer |
|
ArraySchema.ItemsDeserializer |
|
ArraySchema.NoAdditionalItems |
This can be false
to indicate additional items in the array are not allowed
|
ArraySchema.NoAdditionalItems |
This can be false
to indicate additional items in the array are not allowed
|
ArraySchema.SchemaAdditionalItems |
or it can
be a jsonSchema that defines the jsonSchema of the additional items.
|
ArraySchema.SchemaAdditionalItems |
or it can
be a jsonSchema that defines the jsonSchema of the additional items.
|
ArraySchema.SingleItems |
When this attribute value is a jsonSchema and the instance value is an
array, then all the items in the array MUST be valid according to the
jsonSchema.
|
ArraySchema.SingleItems |
When this attribute value is a jsonSchema and the instance value is an
array, then all the items in the array MUST be valid according to the
jsonSchema.
|
ArrayVisitor |
|
ArrayVisitor |
|
BooleanSchema |
This class represents a JsonSchema of type boolean
|
BooleanSchema |
This class represents a JsonSchema of type boolean
|
BooleanVisitor |
|
BooleanVisitor |
|
ContainerTypeSchema |
This class encapsulates the functionality of container type JsonSchema
Array and Object
|
ContainerTypeSchema |
This class encapsulates the functionality of container type JsonSchema
Array and Object
|
FormatVisitorFactory |
Factory class used for constructing visitors for building various
JSON Schema instances via visitor interface.
|
FormatVisitorFactory |
Factory class used for constructing visitors for building various
JSON Schema instances via visitor interface.
|
HyperSchema |
This class represents the HyperSchema portion of a JsonSchema
It is a skeleton intended as a starting point for customization.
|
HyperSchema |
This class represents the HyperSchema portion of a JsonSchema
It is a skeleton intended as a starting point for customization.
|
HyperSchema.LinkDescriptionObject |
A link description object is used to describe link relations.
|
HyperSchema.LinkDescriptionObject |
A link description object is used to describe link relations.
|
HyperSchemaFactoryWrapper |
Adds a hyperlink to object schema, either root level or nested.
|
HyperSchemaFactoryWrapper |
Adds a hyperlink to object schema, either root level or nested.
|
HyperSchemaFactoryWrapper.HyperSchemaFactoryWrapperFactory |
|
HyperSchemaFactoryWrapper.HyperSchemaFactoryWrapperFactory |
|
IntegerSchema |
This class represents a JsonSchema as an integer type
|
IntegerSchema |
This class represents a JsonSchema as an integer type
|
IntegerVisitor |
|
IntegerVisitor |
|
JsonHyperSchema |
Created by mavarazy on 4/21/14.
|
JsonHyperSchema |
Created by mavarazy on 4/21/14.
|
JsonSchema |
The type wraps the json schema specification at :
Json JsonSchema
Draft JSON (JavaScript Object Notation) JsonSchema defines the
media type "application/schema+json", a JSON based format for defining the
structure of JSON data.
|
JsonSchema |
The type wraps the json schema specification at :
Json JsonSchema
Draft JSON (JavaScript Object Notation) JsonSchema defines the
media type "application/schema+json", a JSON based format for defining the
structure of JSON data.
|
JsonSchemaFactory |
|
JsonSchemaFactory |
|
JsonSchemaGenerator |
Convenience class that wraps JSON Schema generation functionality.
|
JsonSchemaGenerator |
Convenience class that wraps JSON Schema generation functionality.
|
JsonSchemaIdResolver |
Type id resolver needed to support polymorphic (de)serialization of all kinds of
JsonSchema instances.
|
JsonSchemaIdResolver |
Type id resolver needed to support polymorphic (de)serialization of all kinds of
JsonSchema instances.
|
JsonSchemaProducer |
Interface for objects that produce JsonSchema instances;
implemented by visitors.
|
JsonSchemaProducer |
Interface for objects that produce JsonSchema instances;
implemented by visitors.
|
Link |
A link description object is used to describe link relations.
|
Link |
A link description object is used to describe link relations.
|
LinkDescriptionObject |
A link description object is used to describe link relations.
|
LinkDescriptionObject |
A link description object is used to describe link relations.
|
MapVisitor |
While JSON Schema does not have notion of "Map" type (unlimited property
names), Jackson has, so the distinction is exposed.
|
MapVisitor |
While JSON Schema does not have notion of "Map" type (unlimited property
names), Jackson has, so the distinction is exposed.
|
NullSchema |
|
NullSchema |
|
NullVisitor |
|
NullVisitor |
|
NumberSchema |
This class represents a JsonSchema as a number type
|
NumberSchema |
This class represents a JsonSchema as a number type
|
NumberVisitor |
|
NumberVisitor |
|
ObjectSchema |
This type represents a JsonSchema as an object type
|
ObjectSchema |
This type represents a JsonSchema as an object type
|
ObjectSchema.AdditionalProperties |
|
ObjectSchema.AdditionalProperties |
|
ObjectSchema.Dependency |
|
ObjectSchema.Dependency |
|
ObjectSchema.NoAdditionalProperties |
|
ObjectSchema.NoAdditionalProperties |
|
ObjectSchema.SchemaAdditionalProperties |
|
ObjectSchema.SchemaAdditionalProperties |
|
ObjectSchema.SchemaDependency |
JsonSchema Dependency If the dependency value is a jsonSchema, then the instance
object MUST be valid against the jsonSchema.
|
ObjectSchema.SchemaDependency |
JsonSchema Dependency If the dependency value is a jsonSchema, then the instance
object MUST be valid against the jsonSchema.
|
ObjectSchema.SimpleDependency |
Simple Dependency If the dependency value is a string, then the instance
object MUST have a property with the same name as the dependency value.
|
ObjectSchema.SimpleDependency |
Simple Dependency If the dependency value is a string, then the instance
object MUST have a property with the same name as the dependency value.
|
ObjectVisitor |
|
ObjectVisitor |
|
ObjectVisitorDecorator |
|
ObjectVisitorDecorator |
|
ReferenceSchema |
This type represents an JSON reference to a JsonSchema .
|
ReferenceSchema |
This type represents an JSON reference to a JsonSchema .
|
SchemaFactoryWrapper |
|
SchemaFactoryWrapper |
|
SimpleTypeSchema |
This class encapsulates the functionality of JsonSchema simple types
|
SimpleTypeSchema |
This class encapsulates the functionality of JsonSchema simple types
|
StringSchema |
|
StringSchema |
|
StringVisitor |
|
StringVisitor |
|
StructuredTypeVisitor |
|
StructuredTypeVisitor |
|
TitleSchemaFactoryWrapper |
Adds a title to every object schema, either root level or nested.
|
TitleSchemaFactoryWrapper |
Adds a title to every object schema, either root level or nested.
|
TitleSchemaFactoryWrapper.TitleSchemaFactoryWrapperFactory |
|
TitleSchemaFactoryWrapper.TitleSchemaFactoryWrapperFactory |
|
UnionTypeSchema |
This class represents a JsonSchema as a Union Type Schema:
"An array of two or more simple type definitions.
|
UnionTypeSchema |
This class represents a JsonSchema as a Union Type Schema:
"An array of two or more simple type definitions.
|
ValidationConstraintResolver |
Note: implementations should
|
ValidationConstraintResolver |
Note: implementations should
|
ValidationSchemaFactoryWrapper |
|
ValidationSchemaFactoryWrapper |
|
ValidationSchemaFactoryWrapper.ValidationSchemaFactoryWrapperFactory |
|
ValidationSchemaFactoryWrapper.ValidationSchemaFactoryWrapperFactory |
|
ValueTypeSchema |
This class represents a JsonSchema
A primitive type.
|
ValueTypeSchema |
This class represents a JsonSchema
A primitive type.
|
Visitor |
Created by adb on 6/12/14.
|
Visitor |
Created by adb on 6/12/14.
|
VisitorContext |
|
VisitorContext |
|
WrapperFactory |
|
WrapperFactory |
|