static final class PropertyValue.Regular extends PropertyValue
PropertyValue.Any, PropertyValue.Map, PropertyValue.Regular
Modifier and Type | Field and Description |
---|---|
(package private) SettableBeanProperty |
_property |
next, value
Constructor and Description |
---|
Regular(PropertyValue next,
java.lang.Object value,
SettableBeanProperty prop) |
Modifier and Type | Method and Description |
---|---|
void |
assign(java.lang.Object bean)
Method called to assign stored value of this property to specified
bean instance
|
final SettableBeanProperty _property
public Regular(PropertyValue next, java.lang.Object value, SettableBeanProperty prop)
public void assign(java.lang.Object bean) throws java.io.IOException, com.fasterxml.jackson.core.JsonProcessingException
PropertyValue
assign
in class PropertyValue
java.io.IOException
com.fasterxml.jackson.core.JsonProcessingException