Package | Description |
---|---|
com.github.jsonldjava.core |
Modifier and Type | Method and Description |
---|---|
Context |
Context.clone() |
Context |
Context.parse(Object localContext) |
Context |
Context.parse(Object localContext,
List<String> remoteContexts)
Context Processing Algorithm
http://json-ld.org/spec/latest/json-ld-api/#context-processing-algorithms
|
Modifier and Type | Method and Description |
---|---|
Object |
JsonLdApi.compact(Context activeCtx,
String activeProperty,
Object element)
Compaction Algorithm
http://json-ld.org/spec/latest/json-ld-api/#compaction-algorithm
|
Object |
JsonLdApi.compact(Context activeCtx,
String activeProperty,
Object element,
boolean compactArrays)
Compaction Algorithm
http://json-ld.org/spec/latest/json-ld-api/#compaction-algorithm
|
Object |
JsonLdApi.expand(Context activeCtx,
Object element)
Expansion Algorithm
http://json-ld.org/spec/latest/json-ld-api/#expansion-algorithm
|
Object |
JsonLdApi.expand(Context activeCtx,
String activeProperty,
Object element)
Expansion Algorithm
http://json-ld.org/spec/latest/json-ld-api/#expansion-algorithm
|
Copyright © 2016. All rights reserved.