Uses of Interface
org.codehaus.jackson.map.util.Provider
Packages that use Provider
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.
Contains implementation classes of serialization part of
data binding.
-
Uses of Provider in org.codehaus.jackson.map.ext
Classes in org.codehaus.jackson.map.ext that implement ProviderModifier and TypeClassDescriptionclassContainer deserializers that handle "core" XML types: ones included in standard JDK 1.5.classProvider for serializers of XML types that are part of full JDK 1.5, but that some alleged 1.5 platforms are missing (Android, GAE).classProvider for deserializers that handle some basic data types for Joda date/time library.classProvider for serializers that handle some basic data types for Joda date/time library. -
Uses of Provider in org.codehaus.jackson.map.ser
Classes in org.codehaus.jackson.map.ser that implement Provider -
Uses of Provider in org.codehaus.jackson.map.ser.std
Classes in org.codehaus.jackson.map.ser.std that implement ProviderModifier and TypeClassDescriptionclassClass that providers access to serializers user for non-structured JDK types that are serializer as scalars; some using basicToStringSerializer, others explicit serializers.
StdJdkSerializers