Uses of Class
io.github.handsomecoder.utils.json.HashModel
-
Packages that use HashModel Package Description io.github.handsomecoder.utils.json -
-
Uses of HashModel in io.github.handsomecoder.utils.json
Methods in io.github.handsomecoder.utils.json that return HashModel Modifier and Type Method Description static HashModelJsonParser. buildMap(char[] characters, Integer startIdx, Map<Integer,Integer> openingClosingMap)Build map hash model.static HashModelJsonParser. parse(String jsonString)Parse hash model.
-