| Package | Description |
|---|---|
| io.bdrc.libraries | |
| io.bdrc.libraries.formatters |
| Modifier and Type | Method and Description |
|---|---|
static org.springframework.web.servlet.mvc.method.annotation.StreamingResponseBody |
StreamingHelpers.getModelStream(org.apache.jena.rdf.model.Model model,
String format,
String res,
JSONLDFormatter.DocType docType) |
| Modifier and Type | Field and Description |
|---|---|
static Map<JSONLDFormatter.DocType,Object> |
JSONLDFormatter.docTypeToContextObject |
static Map<JSONLDFormatter.DocType,Object> |
JSONLDFormatter.docTypeToSimpleContext |
static Map<String,JSONLDFormatter.DocType> |
JSONLDFormatter.typeToDocType |
protected static Map<JSONLDFormatter.DocType,Object> |
JSONLDFormatter.typeToFrameObject |
static Map<JSONLDFormatter.DocType,Object> |
JSONLDFormatter.typeToRootShortUri |
| Modifier and Type | Method and Description |
|---|---|
static JSONLDFormatter.DocType |
JSONLDFormatter.getDocType(org.apache.jena.rdf.model.Model m,
String mainResourceUri) |
static JSONLDFormatter.DocType |
JSONLDFormatter.DocType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JSONLDFormatter.DocType[] |
JSONLDFormatter.DocType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Object |
JSONLDFormatter.getFrameObject(JSONLDFormatter.DocType type,
String mainResourceUri) |
static Map<String,Object> |
JSONLDFormatter.modelToJsonObject(org.apache.jena.rdf.model.Model m,
JSONLDFormatter.DocType type,
String mainResourceUri,
org.apache.jena.riot.RDFFormat format,
boolean reorder) |
static Map<String,Object> |
JSONLDFormatter.modelToJsonObject(org.apache.jena.rdf.model.Model m,
String mainResourceUri,
JSONLDFormatter.DocType type) |
Copyright © 2019. All rights reserved.