All Classes and Interfaces

Class
Description
 
 
 
 
 
 
This class represents a JsonSchema of type any
This class represents a JsonSchema of type any
 
 
 
 
This provides a definition for additional items in an array instance when tuple definitions of the items is provided.
This provides a definition for additional items in an array instance when tuple definitions of the items is provided.
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.
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.
This attribute defines the allowed items in an instance array, and MUST be a jsonSchema or an array of jsonSchemas.
This attribute defines the allowed items in an instance array, and MUST be a jsonSchema or an array of jsonSchemas.
 
 
This can be false to indicate additional items in the array are not allowed
This can be false to indicate additional items in the array are not allowed
or it can be a jsonSchema that defines the jsonSchema of the additional items.
or it can be a jsonSchema that defines the jsonSchema of the additional items.
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.
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.
 
 
This class represents a JsonSchema of type boolean
This class represents a JsonSchema of type boolean
 
 
This class encapsulates the functionality of container type JsonSchema Array and Object
This class encapsulates the functionality of container type JsonSchema Array and Object
Factory class used for constructing visitors for building various JSON Schema instances via visitor interface.
Factory class used for constructing visitors for building various JSON Schema instances via visitor interface.
This class represents the HyperSchema portion of a JsonSchema It is a skeleton intended as a starting point for customization.
This class represents the HyperSchema portion of a JsonSchema It is a skeleton intended as a starting point for customization.
A link description object is used to describe link relations.
A link description object is used to describe link relations.
Adds a hyperlink to object schema, either root level or nested.
Adds a hyperlink to object schema, either root level or nested.
 
 
This class represents a JsonSchema as an integer type
This class represents a JsonSchema as an integer type
 
 
Created by mavarazy on 4/21/14.
Created by mavarazy on 4/21/14.
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.
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.
 
 
Convenience class that wraps JSON Schema generation functionality.
Convenience class that wraps JSON Schema generation functionality.
Type id resolver needed to support polymorphic (de)serialization of all kinds of JsonSchema instances.
Type id resolver needed to support polymorphic (de)serialization of all kinds of JsonSchema instances.
Interface for objects that produce JsonSchema instances; implemented by visitors.
Interface for objects that produce JsonSchema instances; implemented by visitors.
A link description object is used to describe link relations.
A link description object is used to describe link relations.
A link description object is used to describe link relations.
A link description object is used to describe link relations.
While JSON Schema does not have notion of "Map" type (unlimited property names), Jackson has, so the distinction is exposed.
While JSON Schema does not have notion of "Map" type (unlimited property names), Jackson has, so the distinction is exposed.
This class represents a JsonSchema as a null type
This class represents a JsonSchema as a null type
 
 
This class represents a JsonSchema as a number type
This class represents a JsonSchema as a number type
 
 
This type represents a JsonSchema as an object type
This type represents a JsonSchema as an object type
 
 
 
 
 
 
 
 
JsonSchema Dependency If the dependency value is a jsonSchema, then the instance object MUST be valid against the jsonSchema.
JsonSchema Dependency If the dependency value is a jsonSchema, then the instance object MUST be valid against the jsonSchema.
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.
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.
 
 
 
 
This type represents an JSON reference to a JsonSchema.
This type represents an JSON reference to a JsonSchema.
 
 
This class encapsulates the functionality of JsonSchema simple types
This class encapsulates the functionality of JsonSchema simple types
This represents a JsonSchema as a String
This represents a JsonSchema as a String
 
 
 
 
Adds a title to every object schema, either root level or nested.
Adds a title to every object schema, either root level or nested.
 
 
This class represents a JsonSchema as a Union Type Schema: "An array of two or more simple type definitions.
This class represents a JsonSchema as a Union Type Schema: "An array of two or more simple type definitions.
Note: implementations should
Note: implementations should
 
 
 
 
This class represents a JsonSchema A primitive type.
This class represents a JsonSchema A primitive type.
Created by adb on 6/12/14.
Created by adb on 6/12/14.
 
 
Exists to supply SchemaFactoryWrapper or its subclasses to nested schema factories.
Exists to supply SchemaFactoryWrapper or its subclasses to nested schema factories.