public class VoidJsonUnmarshaller<T> extends AbstractUnmarshaller<T,JsonUnmarshallerContext>
| Constructor and Description |
|---|
VoidJsonUnmarshaller() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isParseJson() |
T |
unmarshall(JsonUnmarshallerContext in) |
parsepublic boolean isParseJson()
isParseJson in interface Unmarshaller<T,JsonUnmarshallerContext>isParseJson in class AbstractUnmarshaller<T,JsonUnmarshallerContext>public T unmarshall(JsonUnmarshallerContext in) throws java.lang.Exception
unmarshall in interface Unmarshaller<T,JsonUnmarshallerContext>unmarshall in class AbstractUnmarshaller<T,JsonUnmarshallerContext>java.lang.Exception