Uses of Class
org.codehaus.jackson.map.ser.StdSerializerProvider
-
Packages that use StdSerializerProvider Package Description org.codehaus.jackson.map.ser 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 StdSerializerProvider Modifier and Type Method Description protected 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 StdSerializerProvider Constructor Description StdSerializerProvider(SerializationConfig config, StdSerializerProvider src, SerializerFactory f)
"Copy-constructor", used fromcreateInstance(org.codehaus.jackson.map.SerializationConfig, org.codehaus.jackson.map.SerializerFactory)
(or by sub-classes)
-