| Interface | Description |
|---|---|
| DocumentLibrary |
A library of JSON documents.
|
| SchemaLibrary |
A library of JSON Schema documents.
|
| SchemaLibrary.MismatchedTypeProblem |
A special type of problem where a field value was not of the expected type, but where the field value could be converted to
the expected type
|
| SchemaLibrary.Problem | |
| SchemaLibrary.Results |
The results from a
validation. |
| Schematic.ContentTypes | |
| SchematicDb |
A store for JSON documents and other binary content, plus a library of JSON Schema documents used to describe and validate the
stored documents.
|
| SchematicEntry |
A value used to store user's content (often a JSON document or a binary value) and metadata as an entry in a SchematicDb.
|
| SchematicEntry.FieldName |
| Class | Description |
|---|---|
| Base64 |
Encodes and decodes to and from Base64 notation.
|
| Base64.InputStream |
A
Base64.InputStream will read data from another java.io.InputStream, given in the constructor, and
encode/decode to/from Base64 notation on the fly. |
| Base64.OutputStream |
A
Base64.OutputStream will write data to another java.io.OutputStream, given in the constructor, and
encode/decode to/from Base64 notation on the fly. |
| DocumentFactory |
Factory class that creates
EditableDocument instances |
| Schematic | |
| Schematic.DocumentChanges | |
| Schematic.DocumentChanges.Externalizer | |
| Schematic.EditorImpl |
| Enum | Description |
|---|---|
| SchemaLibrary.ProblemType |
Copyright © 2008-2015 JBoss, a division of Red Hat. All Rights Reserved.