Package dev.javatools.maputils

  • Class Summary 
    Class Description
    MapCompare
    MapCompare utility will compare two maps and returns true if both maps are same.
    MapCreator
    Use this for creating a Map from Json/yaml or custom java models.
    MapFilter
    Coming soon: This will filter the maps based on the filter criteria provides and responds with the list of maps that satisfy the filter condition.
    MapSort
    This class has all the APIs needs to sort a Map.
    MapToPaths
    Get the sorted list of all the paths (full json path) in a given Map
    MapToProperties
    Get the sorted list of all the properties (full json path and value) in a given Map
    MapUpdate
    You can add, update, delete any element in the map by specifying the path in the following format.