Uses of Package
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.
  • Class
    Description
    Base for serializers that allows parsing DOM Documents from JSON Strings.
    To support Java7-incomplete platforms, we will offer support for JDK 7 datatype(s) (that is, Path through this class, loaded dynamically; if loading fails, support will be missing.
    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.