| Class | Description |
|---|---|
| ConfijNode |
Builds and navigates the configurations tree structure out of
NodeDefinitions,
indexes each node with a URI and links it to the configured String-value. |
| NodeBindingContext |
Immutable class to define (compile-time) definitions of how to map string configuration properties
to abstract nodes in a configuration context.
|
| NodeDefinition |
The definition of how the config must look like on a high level, like what children it can and must contain.
|
| NodeDefinition.NodeDefinitionLeaf | |
| NodeDefinition.NodeDefinitionList | |
| NodeDefinition.NodeDefinitionMap |