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