Uses of Class
org.codehaus.jackson.map.ser.StdSerializerProvider
Packages that use StdSerializerProvider
Package
Description
Contains implementation classes of serialization part of
data binding.
-
Uses of StdSerializerProvider in org.codehaus.jackson.map.ser
Methods in org.codehaus.jackson.map.ser that return StdSerializerProviderModifier and TypeMethodDescriptionprotected StdSerializerProvider
StdSerializerProvider.createInstance
(SerializationConfig config, SerializerFactory jsf) Overridable method, used to create a non-blueprint instances from the blueprint.Constructors in org.codehaus.jackson.map.ser with parameters of type StdSerializerProviderModifierConstructorDescriptionprotected
"Copy-constructor", used fromcreateInstance(org.codehaus.jackson.map.SerializationConfig, org.codehaus.jackson.map.SerializerFactory)
(or by sub-classes)