Class MapEntryAsPOJOSerializer

All Implemented Interfaces:
JsonFormatVisitable

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.

  • Constructor Details

    • MapEntryAsPOJOSerializer

      protected MapEntryAsPOJOSerializer(JavaType type)
  • Method Details