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