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