Skip to content

a tool to get value from map with Yaml like style

Notifications You must be signed in to change notification settings

aak1247/javaMapGetter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage

This is a example to get content from a map, which stores data as key/value style.

getStringFromMap(Map map, String name);//get the string content, use the javascript style to get contents from map
getObjectFromMap(Map map, String name);//get the content as map or list

for example:

getStringFromMap(map, "html.body.div.form.input.name");//get the name

About

a tool to get value from map with Yaml like style

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages