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