Class PropertyValue.Merging
java.lang.Object
tools.jackson.databind.deser.bean.PropertyValue
tools.jackson.databind.deser.bean.PropertyValue.Merging
- Enclosing class:
PropertyValue
Property value type used when merging values.
- Since:
- 2.20
-
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
ConstructorsConstructorDescriptionMerging(PropertyValue next, TokenBuffer buffered, SettableBeanProperty prop) -
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
-
_property
-
-
Constructor Details
-
Merging
-
-
Method Details
-
assign
Description copied from class:PropertyValueMethod called to assign stored value of this property to specified bean instance- Specified by:
assignin classPropertyValue
-