static final class PropertyValue.Map extends PropertyValue
PropertyValue.Any, PropertyValue.Map, PropertyValue.Regular
Modifier and Type | Field and Description |
---|---|
(package private) java.lang.Object |
_key |
next, value
Constructor and Description |
---|
Map(PropertyValue next,
java.lang.Object value,
java.lang.Object key) |
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
|
public Map(PropertyValue next, java.lang.Object value, java.lang.Object key)
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