Class PropertyValue.Map
java.lang.Object
tools.jackson.databind.deser.bean.PropertyValue
tools.jackson.databind.deser.bean.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 PropertyValue
PropertyValue.Any, PropertyValue.AnyParameter, PropertyValue.Map, PropertyValue.Merging, PropertyValue.Regular -
Field Summary
FieldsFields inherited from class PropertyValue
next, value -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidassign(DeserializationContext ctxt, Object bean) Method called to assign stored value of this property to specified bean instanceMethods inherited from class PropertyValue
setValue
-
Field Details
-
_key
-
-
Constructor Details
-
Map
-
-
Method Details
-
assign
public void assign(DeserializationContext ctxt, Object bean) throws tools.jackson.core.JacksonException Description copied from class:PropertyValueMethod called to assign stored value of this property to specified bean instance- Specified by:
assignin classPropertyValue- Throws:
tools.jackson.core.JacksonException
-