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