EntityJson |
EntityJsonParser.parseEntityJson(Object instanceSource,
com.fasterxml.jackson.databind.node.ObjectNode instance) |
Parse an EntityJSON instance from the given URL.
|
EntityJson |
EntityJsonParser.parseEntityJson(Object instanceSource,
Reader instanceReader) |
Parse an EntityJSON instance from the given URL.
|
EntityJson |
EntityJsonParser.parseEntityJson(URL instanceUrl) |
Parse an EntityJSON instance from the given URL.
|
StructuredObject |
EntityJsonParser.parseStructuredObject(Object instanceSource,
com.fasterxml.jackson.databind.node.ObjectNode instance) |
Parse a single StructuredObject instance from the given URL.
|
StructuredObject |
EntityJsonParser.parseStructuredObject(Object instanceSource,
Reader instanceReader) |
Parse a single StructuredObject instance from the given URL.
|
StructuredObject |
EntityJsonParser.parseStructuredObject(URL instanceUrl) |
Parse a single StructuredObject instance from the given URL.
|
IEntityJsonSchemaContext |
StructuredObject.validate(EntityJsonParser parser) |
Validate this object against the specific schema for this type from the official repo.
|