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