Uses of Class
tools.jackson.databind.deser.bean.PropertyValue
Packages that use PropertyValue
-
Uses of PropertyValue in tools.jackson.databind.deser.bean
Subclasses of PropertyValue in tools.jackson.databind.deser.beanModifier 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 type used when merging values.(package private) static final classProperty value that used when assigning value to property using a setter method or direct field access.Fields in tools.jackson.databind.deser.bean 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 tools.jackson.databind.deser.bean that return PropertyValueConstructors in tools.jackson.databind.deser.bean 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) Merging(PropertyValue next, TokenBuffer buffered, SettableBeanProperty prop) protectedPropertyValue(PropertyValue next, Object value) Regular(PropertyValue next, Object value, SettableBeanProperty prop)