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: