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