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