Uses of Package
com.fasterxml.jackson.databind.ext
Packages that use com.fasterxml.jackson.databind.ext
Package
Description
Contains extended support for "external" packages: things that
may or may not be present in runtime environment, but that are
commonly enough used so that explicit support can be added.
Functionality needed for Bean introspection, required for detecting
accessors and mutators for Beans, as well as locating and handling
method annotations.
-
Classes in com.fasterxml.jackson.databind.ext used by com.fasterxml.jackson.databind.extClassDescriptionBase for serializers that allows parsing DOM Documents from JSON Strings.Since v2.15,
Java7HandlersImplis no longer loaded via reflection.To support Java7-incomplete platforms, we will offer support for JDK 7 annotations through this class, loaded dynamically; if loading fails, support will be missing.Helper class used for isolating details of handling optional+external types (javax.xml classes) from standard factories that offer them. -
Classes in com.fasterxml.jackson.databind.ext used by com.fasterxml.jackson.databind.introspectClassDescriptionTo support Java7-incomplete platforms, we will offer support for JDK 7 annotations through this class, loaded dynamically; if loading fails, support will be missing.