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 classMapSerializerDeprecated.Since 1.9 useMapSerializerFields in org.codehaus.jackson.map.ser declared as MapSerializer Modifier and Type Field Description protected MapSerializerAnyGetterWriter. _serializerConstructors 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 MapSerializerMapSerializer. construct(String[] ignoredList, JavaType mapType, boolean staticValueType, TypeSerializer vts, BeanProperty property)Deprecated.As of 1.8; use the variant with more argumentsstatic MapSerializerMapSerializer. construct(String[] ignoredList, JavaType mapType, boolean staticValueType, TypeSerializer vts, BeanProperty property, JsonSerializer<Object> keySerializer, JsonSerializer<Object> valueSerializer)
-