Class PropertyValue.Any
java.lang.Object
tools.jackson.databind.deser.bean.PropertyValue
tools.jackson.databind.deser.bean.PropertyValue.Any
- Enclosing class:
PropertyValue
Property value type used when storing entries to be added
to a POJO using "any setter" (method that takes name and
value arguments, allowing setting multiple different
properties using single method).
-
Nested Class Summary
Nested classes/interfaces inherited from class PropertyValue
PropertyValue.Any, PropertyValue.AnyParameter, PropertyValue.Map, PropertyValue.Merging, PropertyValue.Regular -
Field Summary
FieldsModifier and TypeFieldDescription(package private) final SettableAnyProperty(package private) final StringFields inherited from class PropertyValue
next, value -
Constructor Summary
ConstructorsConstructorDescriptionAny(PropertyValue next, Object value, SettableAnyProperty prop, String propName) -
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
-
_propertyName
-
-
Constructor Details
-
Any
-
-
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
-