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