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