public class ContextWriter extends Object
| Constructor and Description |
|---|
ContextWriter() |
| Modifier and Type | Method and Description |
|---|---|
void |
write(Context context,
com.fasterxml.jackson.core.JsonGenerator json) |
void |
write(Context context,
OutputStream out) |
void |
write(Context context,
Writer writer) |
void |
writeContext(Context context,
com.fasterxml.jackson.core.JsonGenerator json) |
public void write(Context context, com.fasterxml.jackson.core.JsonGenerator json) throws IOException
IOExceptionpublic void writeContext(Context context, com.fasterxml.jackson.core.JsonGenerator json) throws IOException
IOExceptionpublic void write(Context context, OutputStream out) throws IOException
IOExceptionpublic void write(Context context, Writer writer) throws IOException
IOExceptionCopyright © 2019. All rights reserved.