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