Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.ser.map.RefRefMapSerializer
Packages that use RefRefMapSerializer
-
Uses of RefRefMapSerializer in com.fasterxml.jackson.datatype.eclipsecollections.ser.map
Methods in com.fasterxml.jackson.datatype.eclipsecollections.ser.map that return RefRefMapSerializerModifier and TypeMethodDescriptionprotected RefRefMapSerializer
RefRefMapSerializer.withResolved
(com.fasterxml.jackson.databind.BeanProperty property, com.fasterxml.jackson.databind.JsonSerializer<?> keySer, com.fasterxml.jackson.databind.jsontype.TypeSerializer vts, com.fasterxml.jackson.databind.JsonSerializer<?> valueSer, Set<String> ignored) Constructors in com.fasterxml.jackson.datatype.eclipsecollections.ser.map with parameters of type RefRefMapSerializerModifierConstructorDescriptionprotected
RefRefMapSerializer
(RefRefMapSerializer src, com.fasterxml.jackson.databind.BeanProperty property, com.fasterxml.jackson.databind.JsonSerializer<?> keySerializer, com.fasterxml.jackson.databind.jsontype.TypeSerializer vts, com.fasterxml.jackson.databind.JsonSerializer<?> valueSerializer, Set<String> ignoredEntries)