Interface JsonLdContextFactory
- All Known Implementing Classes:
- DummyJsonLdContext,- MappingJsonLdContextFactory
public interface JsonLdContextFactory
Factory for building JSON-LD context.
- 
Method SummaryModifier and TypeMethodDescriptionCreates a root JSON-LD context.createJsonLdContext(JsonLdContext parent) Creates a JSON-LD context with the specified parent context.
- 
Method Details- 
createJsonLdContextJsonLdContext createJsonLdContext()Creates a root JSON-LD context.- Returns:
- New JSON-LD context
 
- 
createJsonLdContextCreates a JSON-LD context with the specified parent context.- Parameters:
- parent- Parent JSON-LD context from which term mapping in inherited
- Returns:
- New JSON-LD context
 
 
-