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