Class PropertyValue.AnyParameter
java.lang.Object
com.fasterxml.jackson.databind.deser.impl.PropertyValue
com.fasterxml.jackson.databind.deser.impl.PropertyValue.AnyParameter
- Enclosing class:
PropertyValue
Property value type used when storing entries to be passed
to constructor of POJO using "any-setter".
- Since:
- 2.18
-
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
FieldsModifier and TypeFieldDescription(package private) final SettableAnyProperty(package private) final StringFields inherited from class com.fasterxml.jackson.databind.deser.impl.PropertyValue
next, value -
Constructor Summary
ConstructorsConstructorDescriptionAnyParameter(PropertyValue next, Object value, SettableAnyProperty prop, String propName) -
Method Summary
-
Field Details
-
_property
-
_propertyName
-
-
Constructor Details
-
AnyParameter
-
-
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
-
setValue
Description copied from class:PropertyValueMethod called to assign stored value of this property to specified parameter object.- Overrides:
setValuein classPropertyValue- Throws:
IOException
-