Index

C D E F G J M S V Y 
All Classes|All Packages

C

create(File, Format) - Static method in class dev.javatools.maputils.MapCreator
Convert json string that is in the file into a Map.
create(Object) - Static method in class dev.javatools.maputils.MapCreator
Convert any custom java model into a Map.
create(String, Format) - Static method in class dev.javatools.maputils.MapCreator
Create a Map from json String

D

dev.javatools.maputils - package dev.javatools.maputils
 
dev.javatools.maputils.helpers - package dev.javatools.maputils.helpers
 

E

equal(Map, Map) - Static method in class dev.javatools.maputils.MapCompare
 

F

filter(Map, List<Map>) - Method in class dev.javatools.maputils.MapFilter
TODO: Implementation coming soon.
Format - Enum in dev.javatools.maputils.helpers
 

G

get(String, Map) - Static method in class dev.javatools.maputils.MapProperty
Currently it has the basic implementation.
getPaths(Map) - Static method in class dev.javatools.maputils.MapPaths
 
getProperties(Map) - Static method in class dev.javatools.maputils.MapProperties
 
getSortedMap(Map) - Static method in class dev.javatools.maputils.MapSort
Creates a new map that has all the fields from the input, sorts them and respond the newly created Map.
getSortedMap(Map, Map<String, String>) - Static method in class dev.javatools.maputils.MapSort
 
getUniquePaths(Map) - Static method in class dev.javatools.maputils.MapPaths
 

J

JSON - dev.javatools.maputils.helpers.Format
 

M

MapCompare - Class in dev.javatools.maputils
MapCompare utility will compare two maps and returns true if both maps are same.
MapCreator - Class in dev.javatools.maputils
Use this for creating a Map from Json/yaml or custom java models.
MapFilter - Class in dev.javatools.maputils
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.
MapFilter() - Constructor for class dev.javatools.maputils.MapFilter
 
MapPaths - Class in dev.javatools.maputils
Get the sorted list of all the paths (full json path) in a given Map
MapProperties - Class in dev.javatools.maputils
Get the sorted list of all the properties (full json path and value) in a given Map
MapProperty - Class in dev.javatools.maputils
Path format examples
MapProperty() - Constructor for class dev.javatools.maputils.MapProperty
 
MapSort - Class in dev.javatools.maputils
This class has all the APIs needs to sort a Map.
MapUpdate - Class in dev.javatools.maputils
You can add, update, delete any element in the map by specifying the path in the following format.
MapUpdate() - Constructor for class dev.javatools.maputils.MapUpdate
 
MapUtilsException - Exception in dev.javatools.maputils.helpers
 
MapUtilsException(String) - Constructor for exception dev.javatools.maputils.helpers.MapUtilsException
 
MapUtilsException(Throwable) - Constructor for exception dev.javatools.maputils.helpers.MapUtilsException
 

S

set(String, Map, Object) - Static method in class dev.javatools.maputils.MapUpdate
Possible values for destination path 1.

V

valueOf(String) - Static method in enum dev.javatools.maputils.helpers.Format
Returns the enum constant of this type with the specified name.
values() - Static method in enum dev.javatools.maputils.helpers.Format
Returns an array containing the constants of this enum type, in the order they are declared.

Y

YAML - dev.javatools.maputils.helpers.Format
 
C D E F G J M S V Y 
All Classes|All Packages