Uses of Class
com.fasterxml.jackson.databind.ser.BeanSerializerFactory
Packages that use BeanSerializerFactory
Package
Description
Contains implementation classes of serialization part of
data binding.
-
Uses of BeanSerializerFactory in com.fasterxml.jackson.databind.ser
Fields in com.fasterxml.jackson.databind.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.