Uses of Class
tools.jackson.databind.BeanDescription.SupplierBase
Packages that use BeanDescription.SupplierBase
Package
Description
Basic data binding (mapping) functionality that
allows for reading JSON content into Java Objects (POJOs)
and JSON Trees (
JsonNode), as well as
writing Java Objects and trees as JSON.-
Uses of BeanDescription.SupplierBase in tools.jackson.databind
Subclasses of BeanDescription.SupplierBase in tools.jackson.databindModifier and TypeClassDescriptionstatic classSimpleBeanDescription.Supplierimplementation that just returns pre-constructedBeanDescriptioninstance.static classPartial implementation for lazily-constructed suppliers forBeanDescriptioninstances.