Uses of Class
com.github.jsonldjava.core.Context
-
Packages that use Context Package Description com.github.jsonldjava.core -
-
Uses of Context in com.github.jsonldjava.core
Fields in com.github.jsonldjava.core declared as Context Modifier and Type Field Description (package private) Context
JsonLdApi. context
Methods in com.github.jsonldjava.core that return Context Modifier and Type Method Description Context
Context. clone()
Context
Context. parse(java.lang.Object localContext)
Context
Context. parse(java.lang.Object localContext, java.util.List<java.lang.String> remoteContexts)
Context Processing Algorithm http://json-ld.org/spec/latest/json-ld-api/#context-processing-algorithmsprivate Context
Context. parse(java.lang.Object localContext, java.util.List<java.lang.String> remoteContexts, boolean parsingARemoteContext)
Helper method used to work around logic errors related to the recursive nature of the JSONLD-API Context Processing Algorithm.Methods in com.github.jsonldjava.core with parameters of type Context Modifier and Type Method Description java.lang.Object
JsonLdApi. compact(Context activeCtx, java.lang.String activeProperty, java.lang.Object element)
Compaction Algorithm http://json-ld.org/spec/latest/json-ld-api/#compaction-algorithmjava.lang.Object
JsonLdApi. compact(Context activeCtx, java.lang.String activeProperty, java.lang.Object element, boolean compactArrays)
Compaction Algorithm http://json-ld.org/spec/latest/json-ld-api/#compaction-algorithmjava.lang.Object
JsonLdApi. expand(Context activeCtx, java.lang.Object element)
Expansion Algorithm http://json-ld.org/spec/latest/json-ld-api/#expansion-algorithmjava.lang.Object
JsonLdApi. expand(Context activeCtx, java.lang.String activeProperty, java.lang.Object element)
Expansion Algorithm http://json-ld.org/spec/latest/json-ld-api/#expansion-algorithm(package private) static java.lang.Object
JsonLdUtils. removePreserve(Context ctx, java.lang.Object input, JsonLdOptions opts)
Removes the @preserve keywords as the last step of the framing algorithm.
-