Uses of Class
org.codehaus.jackson.map.ser.BeanSerializerFactory
Packages that use BeanSerializerFactory
Package
Description
Contains implementation classes of serialization part of
data binding.
-
Uses of BeanSerializerFactory in org.codehaus.jackson.map.ser
Subclasses of BeanSerializerFactory in org.codehaus.jackson.map.serModifier and TypeClassDescriptionclass
Serializer factory implementation that allows for configuring mapping between types (classes) and serializers to use, by using multiple types of overrides.Fields in org.codehaus.jackson.map.ser declared as BeanSerializerFactoryModifier and TypeFieldDescriptionstatic final BeanSerializerFactory
BeanSerializerFactory.instance
LikeBasicSerializerFactory
, this factory is stateless, and thus a single shared global (== singleton) instance can be used without thread-safety issues.