public abstract class BeanPropertyDeserializer<T,V> extends HasDeserializer<V,JsonDeserializer<V>>
| Constructor and Description |
|---|
BeanPropertyDeserializer() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
deserialize(JsonReader reader,
T bean,
JsonDeserializationContext ctx)
Deserializes the property defined for this instance.
|
getDeserializer, newDeserializerpublic abstract void deserialize(JsonReader reader, T bean, JsonDeserializationContext ctx)
reader - readerbean - bean to set the deserialized property toctx - context of the deserialization processCopyright © 2013. All Rights Reserved.