public class EventJsonUnmarshaller extends java.lang.Object implements Unmarshaller<Event,JsonUnmarshallerContext>
Modifier and Type | Field and Description |
---|---|
private static EventJsonUnmarshaller |
instance |
Constructor and Description |
---|
EventJsonUnmarshaller() |
Modifier and Type | Method and Description |
---|---|
static EventJsonUnmarshaller |
getInstance() |
Event |
unmarshall(JsonUnmarshallerContext context) |
private static EventJsonUnmarshaller instance
public Event unmarshall(JsonUnmarshallerContext context) throws java.lang.Exception
unmarshall
in interface Unmarshaller<Event,JsonUnmarshallerContext>
java.lang.Exception
public static EventJsonUnmarshaller getInstance()