Class PropertyValue.Regular
java.lang.Object
com.fasterxml.jackson.databind.deser.impl.PropertyValue
com.fasterxml.jackson.databind.deser.impl.PropertyValue.Regular
- Enclosing class:
PropertyValue
Property value that used when assigning value to property using
a setter method or direct field access.
-
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
-
_property
-
-
Constructor Details
-
Regular
-
-
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
-