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