Uses of Class
com.fasterxml.jackson.databind.ser.impl.PropertySerializerMap.TypeAndSerializer
-
Packages that use PropertySerializerMap.TypeAndSerializer Package Description com.fasterxml.jackson.databind.ser.impl Contains implementation classes of serialization part of data binding. -
-
Uses of PropertySerializerMap.TypeAndSerializer in com.fasterxml.jackson.databind.ser.impl
Fields in com.fasterxml.jackson.databind.ser.impl declared as PropertySerializerMap.TypeAndSerializer Modifier and Type Field Description private PropertySerializerMap.TypeAndSerializer[]
PropertySerializerMap.Multi. _entries
Constructors in com.fasterxml.jackson.databind.ser.impl with parameters of type PropertySerializerMap.TypeAndSerializer Constructor Description Multi(PropertySerializerMap base, PropertySerializerMap.TypeAndSerializer[] entries)
-