Uses of Class
com.fasterxml.jackson.databind.ser.impl.PropertySerializerMap.SerializerAndMapResult

Packages that use PropertySerializerMap.SerializerAndMapResult
com.fasterxml.jackson.databind.ser.impl Contains implementation classes of serialization part of data binding. 
 

Uses of PropertySerializerMap.SerializerAndMapResult in com.fasterxml.jackson.databind.ser.impl
 

Methods in com.fasterxml.jackson.databind.ser.impl that return PropertySerializerMap.SerializerAndMapResult
 PropertySerializerMap.SerializerAndMapResult PropertySerializerMap.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 both
 PropertySerializerMap.SerializerAndMapResult PropertySerializerMap.findAndAddSerializer(JavaType type, SerializerProvider provider, BeanProperty property)
           
 



Copyright © 2012 fasterxml.com. All Rights Reserved.