Uses of Class
org.codehaus.jackson.map.ser.impl.PropertySerializerMap.SerializerAndMapResult
Packages that use PropertySerializerMap.SerializerAndMapResult
Package
Description
Contains implementation classes of serialization part of
data binding.
-
Uses of PropertySerializerMap.SerializerAndMapResult in org.codehaus.jackson.map.ser.impl
Methods in org.codehaus.jackson.map.ser.impl that return PropertySerializerMap.SerializerAndMapResultModifier and TypeMethodDescriptionPropertySerializerMap.findAndAddSerializer
(Class<?> type, SerializerProvider provider, BeanProperty property) Method called if initial lookup fails; will both find serializer and construct new map instance if warranted, and return bothPropertySerializerMap.findAndAddSerializer
(JavaType type, SerializerProvider provider, BeanProperty property)