public class StreamingHelpers extends Object
| Modifier and Type | Field and Description |
|---|---|
static com.fasterxml.jackson.databind.ObjectMapper |
om |
static boolean |
prettyPrint |
| Constructor and Description |
|---|
StreamingHelpers() |
| Modifier and Type | Method and Description |
|---|---|
static org.springframework.web.servlet.mvc.method.annotation.StreamingResponseBody |
getJsonObjectStream(Object obj) |
static org.springframework.web.servlet.mvc.method.annotation.StreamingResponseBody |
getModelStream(org.apache.jena.rdf.model.Model model,
String format) |
static org.springframework.web.servlet.mvc.method.annotation.StreamingResponseBody |
getModelStream(org.apache.jena.rdf.model.Model model,
String format,
String res,
JSONLDFormatter.DocType docType) |
static org.springframework.web.servlet.mvc.method.annotation.StreamingResponseBody |
getStream(String obj) |
public static final com.fasterxml.jackson.databind.ObjectMapper om
public static boolean prettyPrint
public static org.springframework.web.servlet.mvc.method.annotation.StreamingResponseBody getStream(String obj)
public static org.springframework.web.servlet.mvc.method.annotation.StreamingResponseBody getModelStream(org.apache.jena.rdf.model.Model model,
String format)
public static org.springframework.web.servlet.mvc.method.annotation.StreamingResponseBody getModelStream(org.apache.jena.rdf.model.Model model,
String format,
String res,
JSONLDFormatter.DocType docType)
public static org.springframework.web.servlet.mvc.method.annotation.StreamingResponseBody getJsonObjectStream(Object obj)
Copyright © 2020. All rights reserved.