Uses of Class
com.fasterxml.jackson.databind.ser.std.IterableSerializer
Packages that use IterableSerializer
-
Uses of IterableSerializer in com.fasterxml.jackson.databind.ser.std
Methods in com.fasterxml.jackson.databind.ser.std that return IterableSerializerModifier and TypeMethodDescriptionIterableSerializer.withResolved
(BeanProperty property, TypeSerializer vts, JsonSerializer<?> elementSerializer, Boolean unwrapSingle) Constructors in com.fasterxml.jackson.databind.ser.std with parameters of type IterableSerializerModifierConstructorDescriptionIterableSerializer
(IterableSerializer src, BeanProperty property, TypeSerializer vts, JsonSerializer<?> valueSerializer, Boolean unwrapSingle)