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