public class StreamJsonMarshaller
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private static StreamJsonMarshaller |
instance |
Constructor and Description |
---|
StreamJsonMarshaller() |
Modifier and Type | Method and Description |
---|---|
static StreamJsonMarshaller |
getInstance() |
void |
marshall(Stream stream,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|
private static StreamJsonMarshaller instance
public void marshall(Stream stream, StructuredJsonGenerator jsonGenerator)
public static StreamJsonMarshaller getInstance()