Uses of Class
com.github.jsonldjava.core.Context
Packages that use Context
-
Uses of Context in com.github.jsonldjava.core
Fields in com.github.jsonldjava.core declared as ContextMethods in com.github.jsonldjava.core that return ContextModifier and TypeMethodDescriptionContext.clone()
Context Processing Algorithm http://json-ld.org/spec/latest/json-ld-api/#context-processing-algorithmsprivate Context
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 ContextModifier and TypeMethodDescriptionCompaction Algorithm http://json-ld.org/spec/latest/json-ld-api/#compaction-algorithmCompaction Algorithm http://json-ld.org/spec/latest/json-ld-api/#compaction-algorithmExpansion Algorithm http://json-ld.org/spec/latest/json-ld-api/#expansion-algorithmExpansion Algorithm http://json-ld.org/spec/latest/json-ld-api/#expansion-algorithm(package private) static Object
JsonLdUtils.removePreserve
(Context ctx, Object input, JsonLdOptions opts) Removes the @preserve keywords as the last step of the framing algorithm.