Package com.fasterxml.jackson.databind.ext

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.

See:
          Description

Class Summary
CoreXMLDeserializers Container deserializers that handle "core" XML types: ones included in standard JDK 1.5.
CoreXMLDeserializers.DurationDeserializer  
CoreXMLDeserializers.GregorianCalendarDeserializer  
CoreXMLDeserializers.QNameDeserializer  
CoreXMLSerializers Provider for serializers of XML types that are part of full JDK 1.5, but that some alleged 1.5 platforms are missing (Android, GAE).
CoreXMLSerializers.XMLGregorianCalendarSerializer  
DOMDeserializer<T> Base for serializers that allows parsing DOM Documents from JSON Strings.
DOMDeserializer.DocumentDeserializer  
DOMDeserializer.NodeDeserializer  
DOMSerializer  
OptionalHandlerFactory Helper class used for isolating details of handling optional+external types (javax.xml classes) from standard factories that offer them.
 

Package com.fasterxml.jackson.databind.ext 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.

Currently supported extensions include:



Copyright © 2012 FasterXML. All Rights Reserved.