public static class SimpleTypeJsonUnmarshallers.LongJsonUnmarshaller extends java.lang.Object implements Unmarshaller<java.lang.Long,JsonUnmarshallerContext>
| Constructor and Description |
|---|
LongJsonUnmarshaller() |
| Modifier and Type | Method and Description |
|---|---|
static SimpleTypeJsonUnmarshallers.LongJsonUnmarshaller |
getInstance()
Constructor.
|
java.lang.Long |
unmarshall(JsonUnmarshallerContext unmarshallerContext) |
public java.lang.Long unmarshall(JsonUnmarshallerContext unmarshallerContext) throws java.lang.Exception
unmarshall in interface Unmarshaller<java.lang.Long,JsonUnmarshallerContext>unmarshallerContext - to unmarshall.java.lang.Exceptionpublic static SimpleTypeJsonUnmarshallers.LongJsonUnmarshaller getInstance()