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