Uses of Package
tools.jackson.databind.ext.beans
Packages that use tools.jackson.databind.ext.beans
Package
Description
Package that contains 2 dynamically loaded annotations that were added in JDK7
but that Module system carved out of core into
java.beans.Functionality needed for Bean introspection, required for detecting
accessors and mutators for Beans, as well as locating and handling
method annotations.
-
Classes in tools.jackson.databind.ext.beans used by tools.jackson.databind.ext.beansClassDescriptionSince 2 JDK7-added annotations were left out of JDK 9+ core modules, moved into "java.beans" (module
java.desktop), support for them will be left as dynamic for Jackson 3.x, and handled via this class -
Classes in tools.jackson.databind.ext.beans used by tools.jackson.databind.introspectClassDescriptionSince 2 JDK7-added annotations were left out of JDK 9+ core modules, moved into "java.beans" (module
java.desktop), support for them will be left as dynamic for Jackson 3.x, and handled via this class