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