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) ContextJsonLdApi. contextMethods in com.github.jsonldjava.core that return Context Modifier and Type Method Description ContextContext. clone()ContextContext. parse(java.lang.Object localContext)ContextContext. 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 ContextContext. 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.ObjectJsonLdApi. 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.ObjectJsonLdApi. 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.ObjectJsonLdApi. expand(Context activeCtx, java.lang.Object element)Expansion Algorithm http://json-ld.org/spec/latest/json-ld-api/#expansion-algorithmjava.lang.ObjectJsonLdApi. 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.ObjectJsonLdUtils. removePreserve(Context ctx, java.lang.Object input, JsonLdOptions opts)Removes the @preserve keywords as the last step of the framing algorithm.
-