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