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
Fields in com.fasterxml.jackson.databind.deser.impl declared as PropertyValueModifier and TypeFieldDescriptionprotected PropertyValue
PropertyValueBuffer._buffered
If we get non-creator parameters before or between creator parameters, those need to be buffered.final PropertyValue
PropertyValue.next
Methods in com.fasterxml.jackson.databind.deser.impl that return PropertyValueConstructors in com.fasterxml.jackson.databind.deser.impl with parameters of type PropertyValue