Class PropertyValue.Map
- java.lang.Object
-
- com.fasterxml.jackson.databind.deser.impl.PropertyValue
-
- com.fasterxml.jackson.databind.deser.impl.PropertyValue.Map
-
- Enclosing class:
- PropertyValue
static final class PropertyValue.Map extends PropertyValue
Property value type used when storing entries to be added to a Map.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.deser.impl.PropertyValue
PropertyValue.Any, PropertyValue.Map, PropertyValue.Regular
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.lang.Object
_key
-
Fields inherited from class com.fasterxml.jackson.databind.deser.impl.PropertyValue
next, value
-
-
Constructor Summary
Constructors Constructor Description Map(PropertyValue next, java.lang.Object value, java.lang.Object key)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
assign(java.lang.Object bean)
Method called to assign stored value of this property to specified bean instance
-
-
-
Constructor Detail
-
Map
public Map(PropertyValue next, java.lang.Object value, java.lang.Object key)
-
-
Method Detail
-
assign
public void assign(java.lang.Object bean) throws java.io.IOException, com.fasterxml.jackson.core.JsonProcessingException
Description copied from class:PropertyValue
Method called to assign stored value of this property to specified bean instance- Specified by:
assign
in classPropertyValue
- Throws:
java.io.IOException
com.fasterxml.jackson.core.JsonProcessingException
-
-