public class FloatTypeDeserializer extends AbstractNumberDeserializer<Float>
Float type.| Constructor | Description |
|---|---|
FloatTypeDeserializer(Customization customization) |
Creates a new instance.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected Float |
deserialize(String jsonValue,
Unmarshaller unmarshaller,
Type rtType) |
Convert string value to object.
|
deserializeFormatteddeserialize, getCustomization, getPropertyTypepublic FloatTypeDeserializer(Customization customization)
customization - Model customization.protected Float deserialize(String jsonValue, Unmarshaller unmarshaller, Type rtType)
AbstractValueTypeDeserializerdeserialize in class AbstractValueTypeDeserializer<Float>jsonValue - Json value.unmarshaller - Unmarshaller instance.rtType - Runtime type.Copyright © 2018 Oracle Corporation. All rights reserved.