Uses of Class
tools.jackson.databind.InjectableValues.Base
Packages that use InjectableValues.Base
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 InjectableValues.Base in tools.jackson.databind
Subclasses of InjectableValues.Base in tools.jackson.databindModifier and TypeClassDescriptionstatic classSimple standard implementation which uses a simple Map to store values to inject, identified by simple String keys.