public abstract class PropertyValue extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
PropertyValue |
next |
Object |
value
Value to assign when POJO has been instantiated.
|
| 限定符 | 构造器和说明 |
|---|---|
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, JsonProcessingException