Uses of Class
com.fasterxml.jackson.databind.ser.impl.IndexedListSerializer
Packages that use IndexedListSerializer
Package
Description
Contains implementation classes of serialization part of
data binding.
-
Uses of IndexedListSerializer in com.fasterxml.jackson.databind.ser.impl
Methods in com.fasterxml.jackson.databind.ser.impl that return IndexedListSerializerModifier and TypeMethodDescriptionIndexedListSerializer.withResolved
(BeanProperty property, TypeSerializer vts, JsonSerializer<?> elementSerializer, Boolean unwrapSingle) Constructors in com.fasterxml.jackson.databind.ser.impl with parameters of type IndexedListSerializerModifierConstructorDescriptionIndexedListSerializer
(IndexedListSerializer src, BeanProperty property, TypeSerializer vts, JsonSerializer<?> valueSerializer, Boolean unwrapSingle)