Uses of Class
tools.jackson.databind.introspect.PotentialCreators
Packages that use PotentialCreators
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.Functionality needed for Bean introspection, required for detecting
accessors and mutators for Beans, as well as locating and handling
method annotations.
-
Uses of PotentialCreators in tools.jackson.databind
Methods in tools.jackson.databind that return PotentialCreatorsModifier and TypeMethodDescriptionabstract PotentialCreatorsBeanDescription.getPotentialCreators()Method that is replacing earlier Creator introspection access methods. -
Uses of PotentialCreators in tools.jackson.databind.introspect
Fields in tools.jackson.databind.introspect declared as PotentialCreatorsModifier and TypeFieldDescriptionprotected PotentialCreatorsPOJOPropertiesCollector._potentialCreatorsMethods in tools.jackson.databind.introspect that return PotentialCreatorsModifier and TypeMethodDescriptionBasicBeanDescription.getPotentialCreators()POJOPropertiesCollector.getPotentialCreators()