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