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