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