Class PropertyValue.Map
java.lang.Object
com.fasterxml.jackson.databind.deser.impl.PropertyValue
com.fasterxml.jackson.databind.deser.impl.PropertyValue.Map
- Enclosing class:
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.AnyParameter, PropertyValue.Map, PropertyValue.Regular -
Field Summary
FieldsFields inherited from class com.fasterxml.jackson.databind.deser.impl.PropertyValue
next, value -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.fasterxml.jackson.databind.deser.impl.PropertyValue
setValue
-
Field Details
-
_key
-
-
Constructor Details
-
Map
-
-
Method Details
-
assign
Description copied from class:PropertyValueMethod called to assign stored value of this property to specified bean instance- Specified by:
assignin classPropertyValue- Throws:
IOException
-