Uses of Class
org.codehaus.jackson.map.ser.std.MapSerializer
-
Packages that use MapSerializer Package Description org.codehaus.jackson.map.ser Contains implementation classes of serialization part of data binding.org.codehaus.jackson.map.ser.std -
-
Uses of MapSerializer in org.codehaus.jackson.map.ser
Subclasses of MapSerializer in org.codehaus.jackson.map.ser Modifier and Type Class Description class
MapSerializer
Deprecated.Since 1.9 useMapSerializer
Fields in org.codehaus.jackson.map.ser declared as MapSerializer Modifier and Type Field Description protected MapSerializer
AnyGetterWriter. _serializer
Constructors in org.codehaus.jackson.map.ser with parameters of type MapSerializer Constructor Description AnyGetterWriter(AnnotatedMethod anyGetter, MapSerializer serializer)
-
Uses of MapSerializer in org.codehaus.jackson.map.ser.std
Methods in org.codehaus.jackson.map.ser.std that return MapSerializer Modifier and Type Method Description static MapSerializer
MapSerializer. construct(String[] ignoredList, JavaType mapType, boolean staticValueType, TypeSerializer vts, BeanProperty property)
Deprecated.As of 1.8; use the variant with more argumentsstatic MapSerializer
MapSerializer. construct(String[] ignoredList, JavaType mapType, boolean staticValueType, TypeSerializer vts, BeanProperty property, JsonSerializer<Object> keySerializer, JsonSerializer<Object> valueSerializer)
-