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