| Interface | Description |
|---|---|
| JsonLdContext |
Interface of JSON-LD context.
|
| JsonLdContext.Builder |
Builder interface of JSON-LD context.
|
| JsonLdNode |
Interface of JSON-LD node.
|
| JsonLdNode.Builder |
Builder interface of JSON-LD node.
|
| SchemaOrgType |
Interface of schema.org type.
|
| SchemaOrgType.Builder |
Builder interface of schema.org type.
|
| ValueType |
Base interface of value type used in the package.
|
| ValueType.Builder |
Base builder interface of value type used in the package.
|
| Class | Description |
|---|---|
| JsonLdConstants |
Constants of JSON-LD keywords.
|
| JsonLdFactory |
Factory to create JSON-LD related objects.
|
| JsonLdSerializer |
Converts Schema.org objects to and from JSON-LD.
|
| SchemaOrgTypeImpl |
Base implementation of
SchemaOrgType and JsonLdNode. |
| SchemaOrgTypeImpl.BuilderImpl<T extends SchemaOrgType.Builder & JsonLdNode.Builder> |
| Exception | Description |
|---|---|
| JsonLdSyntaxException |
Represents the exception related to JSON-LD syntax error during
serializing and deserializing.
|
| SchemaOrgException |
Represents the exception related to schema.org type.
|