Class MapQuery


  • public class MapQuery
    extends java.lang.Object
    Query get/set/add abstraction for Maps. The intent is to provide a less painful means of reading/persisting JSON to allow for backward and forward compatibility. The down side of this is that setting an object on a map converts it to a Map, thereby losing all reference to original POJO, so any changes to the POJO after that add are not automatically synced to the map;