public abstract class StreamingWriter extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
StreamingWriter.IterableSerializer |
class |
StreamingWriter.MapSerializer |
class |
StreamingWriter.PropertyMapSerializer |
class |
StreamingWriter.RootSerializer |
class |
StreamingWriter.Serializer<T> |
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
compactNestedProperties |
protected boolean |
indent |
| Constructor and Description |
|---|
StreamingWriter(Value<String> propertyView,
boolean indent,
int outputNestingDepth) |
| Modifier and Type | Method and Description |
|---|---|
abstract RestWriter |
getRestWriter(SecurityContext securityContext,
Writer writer) |
void |
stream(SecurityContext securityContext,
Writer output,
Result result,
String baseUrl) |
protected boolean indent
protected boolean compactNestedProperties
public abstract RestWriter getRestWriter(SecurityContext securityContext, Writer writer)
public void stream(SecurityContext securityContext, Writer output, Result result, String baseUrl) throws IOException
IOExceptionCopyright © 2014. All rights reserved.