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