com.fasterxml.jackson.databind.ser.impl

Class MapEntryAsPOJOSerializer

  • All Implemented Interfaces:
    JsonFormatVisitable, SchemaAware, Serializable


    public class MapEntryAsPOJOSerializer
    extends StdSerializer<Map.Entry<?,?>>
    Serializer used to serialize Map.Entry as POJOs: that is, as if introspected as POJOs so that there's intermediate "key" and "value" properties.

    TODO: does not fully handle contextualization, type resolution and so on.

    Since:
    2.19
    See Also:
    Serialized Form

Copyright © 2008–2025 FasterXML. All rights reserved.