|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TomlParser
Toml Parser interface.
Every parser should implement that interface.
See: The TOML GitHub project for more information about it.
| Method Summary | |
|---|---|
Map<String,Object> |
parse(String tomlString)
Parses the given TOML String. |
| Method Detail |
|---|
Map<String,Object> parse(String tomlString)
tomlString - the TOML String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||