public abstract class PropertyValue
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
PropertyValue |
next |
java.lang.Object |
value
Value to assign when POJO has been instantiated.
|
Modifier | Constructor and Description |
---|---|
protected |
PropertyValue(PropertyValue next,
java.lang.Object value) |
Modifier and Type | Method and Description |
---|---|
abstract void |
assign(java.lang.Object bean)
Method called to assign stored value of this property to specified
bean instance
|
public final PropertyValue next
public final java.lang.Object value
protected PropertyValue(PropertyValue next, java.lang.Object value)
public abstract void assign(java.lang.Object bean) throws java.io.IOException, JsonProcessingException
java.io.IOException
JsonProcessingException