public interface JsonLdNode extends ValueType
| Modifier and Type | Interface and Description |
|---|---|
static interface |
JsonLdNode.Builder
Builder interface of JSON-LD node.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsJsonLdId()
Whether current JSON-LD node contains @id value.
|
com.google.common.collect.ImmutableList<ValueType> |
getJsonLdContextList()
Returns the list of JSON-LD context.
|
java.lang.String |
getJsonLdId()
Returns the value of @id.
|
com.google.common.collect.ImmutableMultimap<java.lang.String,Thing> |
getJsonLdReverseMap()
Returns the value of @reverse.
|
contentEqualsboolean containsJsonLdId()
com.google.common.collect.ImmutableList<ValueType> getJsonLdContextList()
@Nullable
java.lang.String getJsonLdId()
throws SchemaOrgException
SchemaOrgExceptioncom.google.common.collect.ImmutableMultimap<java.lang.String,Thing> getJsonLdReverseMap()