| Modifier and Type | Interface and Description |
|---|---|
static interface |
JsonLdContext.Builder
Builder interface of JSON-LD context.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsBase()
Whether current JSON-LD context contains @base value.
|
java.lang.String |
getBase()
Returns the value of @base.
|
java.lang.String |
getUrl()
Returns the URL in current JSON-LD context.
|
boolean |
isUrl()
Whether current JSON-LD context is a URL.
|
contentEqualsboolean isUrl()
boolean containsBase()
java.lang.String getUrl()
throws SchemaOrgException
SchemaOrgException@Nullable
java.lang.String getBase()
throws SchemaOrgException
SchemaOrgException