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