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