public abstract class PropertyValue extends Object
| Modifier and Type | Field | Description |
|---|---|---|
PropertyValue |
next |
|
Object |
value |
Value to assign when POJO has been instantiated.
|
| Modifier | Constructor | Description |
|---|---|---|
protected |
PropertyValue(PropertyValue next,
Object value) |
| Modifier and Type | Method | Description |
|---|---|---|
abstract void |
assign(Object bean) |
Method called to assign stored value of this property to specified
bean instance
|
public final PropertyValue next
public final Object value
protected PropertyValue(PropertyValue next, Object value)
public abstract void assign(Object bean) throws IOException, com.fasterxml.jackson.core.JsonProcessingException
IOExceptioncom.fasterxml.jackson.core.JsonProcessingExceptionCopyright © 2008–2018. All rights reserved.