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