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