| EntityJson |
Represents an EntityJSON document which is an object containing one or more
StructuredObjects.
|
| EntityJsonException |
Generic super-class of all EntityJSON exceptions.
|
| EntityJsonParser |
A parser for EntityJSON and StructuredObject.
|
| EntityJsonParserBuilder |
Builder for EntityJsonParser.
|
| IEntityJsonContext |
A generic parser context.
|
| IEntityJsonInstanceContext |
A parser context containing an instance.
|
| IEntityJsonSchemaContext |
A parser context containing an instance and a schema.
|
| InvalidInstanceException |
The instance is invalid.
|
| InvalidSchemaException |
The instance cannot be validated because the referenced schema is invalid.
|
| NoSchemaException |
The instance cannot be validated because no schema can be found.
|
| SchemaValidationException |
The instance is not valid according to its schema.
|
| StructuredObject |
Represents a single Structured Object.
|
| StructuredObjectId |
Represents the id of a structured object.
|