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