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