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