Uses of Interface
cz.cvut.kbss.jsonld.serialization.context.JsonLdContext
Packages that use JsonLdContext
Package
Description
-
Uses of JsonLdContext in cz.cvut.kbss.jsonld.serialization.context
Classes in cz.cvut.kbss.jsonld.serialization.context that implement JsonLdContextModifier and TypeClassDescriptionclass
JSON-LD that does nothing.class
Represents the @context JSON-LD attribute.Methods in cz.cvut.kbss.jsonld.serialization.context that return JsonLdContextModifier and TypeMethodDescriptionDummyJsonLdContext.createJsonLdContext()
DummyJsonLdContext.createJsonLdContext
(JsonLdContext parent) JsonLdContextFactory.createJsonLdContext()
Creates a root JSON-LD context.JsonLdContextFactory.createJsonLdContext
(JsonLdContext parent) Creates a JSON-LD context with the specified parent context.MappingJsonLdContextFactory.createJsonLdContext()
MappingJsonLdContextFactory.createJsonLdContext
(JsonLdContext parent) Methods in cz.cvut.kbss.jsonld.serialization.context with parameters of type JsonLdContextModifier and TypeMethodDescriptionDummyJsonLdContext.createJsonLdContext
(JsonLdContext parent) JsonLdContextFactory.createJsonLdContext
(JsonLdContext parent) Creates a JSON-LD context with the specified parent context.MappingJsonLdContextFactory.createJsonLdContext
(JsonLdContext parent) Constructors in cz.cvut.kbss.jsonld.serialization.context with parameters of type JsonLdContext -
Uses of JsonLdContext in cz.cvut.kbss.jsonld.serialization.traversal
Classes in cz.cvut.kbss.jsonld.serialization.traversal that implement JsonLdContextModifier and TypeClassDescriptionclass
Represents the current serialization context.Methods in cz.cvut.kbss.jsonld.serialization.traversal that return JsonLdContextMethods in cz.cvut.kbss.jsonld.serialization.traversal with parameters of type JsonLdContextModifier and TypeMethodDescriptionvoid
SerializationContext.setJsonLdContext
(JsonLdContext jsonLdContext) Constructors in cz.cvut.kbss.jsonld.serialization.traversal with parameters of type JsonLdContextModifierConstructorDescriptionSerializationContext
(Field field, T value, JsonLdContext jsonLdContext) SerializationContext
(String term, Field field, T value, JsonLdContext jsonLdContext) SerializationContext
(String term, T value, JsonLdContext jsonLdContext) SerializationContext
(T value, JsonLdContext jsonLdContext) SerializationContextFactory
(JsonLdContext rootContext)