Uses of Class
tools.jackson.databind.deser.bean.PropertyValue
Packages that use PropertyValue
-
Uses of PropertyValue in tools.jackson.databind.deser.bean
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._anyParamBufferedTailTail pointer for_anyParamBufferedlinked list, so that we can append (instead of prepend) to preserve JSON property order.protected PropertyValuePropertyValueBuffer._bufferedIf we get non-creator parameters before or between creator parameters, those need to be buffered.PropertyValue.nextNote: wasfinalbefore Jackson 3.2; changed to allow order-preserving appends.Methods in tools.jackson.databind.deser.bean that return PropertyValueConstructors in tools.jackson.databind.deser.bean with parameters of type PropertyValue