Uses of Class
com.fasterxml.jackson.databind.deser.impl.PropertyValue
Packages that use PropertyValue
Package
Description
Contains those implementation classes of deserialization part of
data binding that are not considered part of public or semi-public
interfaces.
-
Uses of PropertyValue in com.fasterxml.jackson.databind.deser.impl
Subclasses of PropertyValue in com.fasterxml.jackson.databind.deser.implModifier and TypeClassDescription(package private) static final classProperty 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).(package private) static final classProperty value type used when storing entries to be passed to constructor of POJO using "any-setter".(package private) static final classProperty value type used when storing entries to be added to a Map.(package private) static final classProperty value that used when assigning value to property using a setter method or direct field access.Fields in com.fasterxml.jackson.databind.deser.impl declared as PropertyValueModifier and TypeFieldDescriptionprotected PropertyValuePropertyValueBuffer._anyParamBufferedIf "Any-setter-via-Creator" exists, we will need to buffer values to feed it, separate from regular, non-creator properties (see_buffered).protected PropertyValuePropertyValueBuffer._bufferedIf we get non-creator parameters before or between creator parameters, those need to be buffered.final PropertyValuePropertyValue.nextMethods in com.fasterxml.jackson.databind.deser.impl that return PropertyValueConstructors in com.fasterxml.jackson.databind.deser.impl with parameters of type PropertyValueModifierConstructorDescriptionAny(PropertyValue next, Object value, SettableAnyProperty prop, String propName) AnyParameter(PropertyValue next, Object value, SettableAnyProperty prop, String propName) Map(PropertyValue next, Object value, Object key) protectedPropertyValue(PropertyValue next, Object value) Regular(PropertyValue next, Object value, SettableBeanProperty prop)