| Package | Description |
|---|---|
| io.ous.jtoml | |
| io.ous.jtoml.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
Toml
The root TomlTable, a Toml configuration file
|
| Modifier and Type | Method and Description |
|---|---|
TomlTable |
TomlTable.getTomlTable(String name,
Object... keys) |
| Modifier and Type | Method and Description |
|---|---|
List<TomlTable> |
TomlTable.getArrayTable(String name,
Object... keys) |
| Modifier and Type | Method and Description |
|---|---|
TomlTable |
Parser.parse() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
ObjectDeserializer.create(Class<T> type,
TomlTable group)
Creates an object of type
type initializing fields using the given TomlTable |
| Constructor and Description |
|---|
Parser(Reader reader,
TomlTable toml) |
Copyright © 2017. All rights reserved.