Package org.codehaus.jackson.map.ext
Class CoreXMLSerializers
java.lang.Object
org.codehaus.jackson.map.ext.CoreXMLSerializers
- All Implemented Interfaces:
Provider<Map.Entry<Class<?>,
JsonSerializer<?>>>
public class CoreXMLSerializers
extends Object
implements Provider<Map.Entry<Class<?>,JsonSerializer<?>>>
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).
And for this reason these are added using more dynamic mechanism.
Note: since many of classes defined are abstract, caller must take care not to just use straight equivalency check but rather consider subclassing as well.
- Since:
- 1.4
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCollection
<Map.Entry<Class<?>, JsonSerializer<?>>> provide()
Method used to request provider to provide entries it has