com.fasterxml.jackson.databind.ser.std

Class MapProperty

  • All Implemented Interfaces:
    BeanProperty, Named, Serializable


    public class MapProperty
    extends PropertyWriter
    Helper class needed to support flexible filtering of Map properties with generic JSON Filter functionality. Since Maps are not handled as a collection of properties by Jackson (unlike POJOs), bit more wrapping is required.
    See Also:
    Serialized Form

Copyright © 2008–2021 FasterXML. All rights reserved.