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