Uses of Interface
com.fasterxml.jackson.databind.util.Provider

Packages that use Provider
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. 
com.fasterxml.jackson.databind.ser.std   
 

Uses of Provider in com.fasterxml.jackson.databind.ext
 

Classes in com.fasterxml.jackson.databind.ext that implement Provider
 class CoreXMLDeserializers
          Container deserializers that handle "core" XML types: ones included in standard JDK 1.5.
 class 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).
 

Uses of Provider in com.fasterxml.jackson.databind.ser.std
 

Classes in com.fasterxml.jackson.databind.ser.std that implement Provider
 class StdJdkSerializers
          Class that providers access to serializers user for non-structured JDK types that are serializer as scalars; some using basic ToStringSerializer, others explicit serializers.
 



Copyright © 2012 fasterxml.com. All Rights Reserved.