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