public static interface JsonLdContext.Builder extends ValueType.Builder
| Modifier and Type | Method and Description |
|---|---|
JsonLdContext |
build()
Build a
JsonLdContext object. |
JsonLdContext.Builder |
setBase(java.lang.String value)
Set the value of @base in current JSON-LD context.
|
JsonLdContext.Builder setBase(@Nullable java.lang.String value)
JsonLdContext build()
JsonLdContext object.