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