Uses of Class
com.fasterxml.jackson.databind.ser.impl.IndexedListSerializer
-
Packages that use IndexedListSerializer Package Description com.fasterxml.jackson.databind.ser.impl 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 IndexedListSerializer Modifier and Type Method Description IndexedListSerializer
IndexedListSerializer. withResolved(BeanProperty property, TypeSerializer vts, JsonSerializer<?> elementSerializer, java.lang.Boolean unwrapSingle)
Constructors in com.fasterxml.jackson.databind.ser.impl with parameters of type IndexedListSerializer Constructor Description IndexedListSerializer(IndexedListSerializer src, BeanProperty property, TypeSerializer vts, JsonSerializer<?> valueSerializer, java.lang.Boolean unwrapSingle)
-