public abstract class PropertyValue extends Object
Modifier and Type | Field and Description |
---|---|
PropertyValue |
next |
Object |
value
Value to assign when POJO has been instantiated.
|
Modifier | Constructor and Description |
---|---|
protected |
PropertyValue(PropertyValue next,
Object value) |
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
IOException
com.fasterxml.jackson.core.JsonProcessingException
Copyright © 2014-2015 FasterXML. All Rights Reserved.