| Package | Description |
|---|---|
| org.oddjob.arooa.json |
Parsing
ArooaConfigurations to and from JSON. |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationTree |
ConfigurationTreeBuilder.build() |
ConfigurationTree |
ConfigurationTreeBuilder.build() |
ConfigurationTree |
ConfigurationTreeArooaParser.getConfigurationTree() |
ConfigurationTree |
ConfigurationTreeArooaParser.getConfigurationTree() |
| Modifier and Type | Method and Description |
|---|---|
List<ConfigurationTree> |
ConfigurationTree.getChildConfigurations(String name)
Get the child configuration(s) for a name.
|
List<ConfigurationTree> |
ConfigurationTree.getChildConfigurations(String name)
Get the child configuration(s) for a name.
|
| Modifier and Type | Method and Description |
|---|---|
T |
ConfigurationTreeBuilder.addChild(String name,
ConfigurationTree child) |
T |
ConfigurationTreeBuilder.addChild(String name,
ConfigurationTree child) |
| Constructor and Description |
|---|
ConfigurationTreeArooaParser(NamespaceMappings namespaceMappings,
Consumer<ConfigurationTree> treeConsumer) |
ConfigurationTreeArooaParser(NamespaceMappings namespaceMappings,
Consumer<ConfigurationTree> treeConsumer) |
Copyright © 2023. All rights reserved.