| Class | Description |
|---|---|
| HoconFactory |
This code was pretty much copied from the jackson YAMLFactory
|
| HoconJsonLocation | |
| HoconNodeCursor | |
| HoconNodeCursor.Array |
Cursor used for traversing non-empty JSON Array nodes
|
| HoconNodeCursor.NumericallyIndexedObjectBackedArray |
Cursor used for traversing non-empty JSON Object nodes and converting them to Arrays because they have numerically indexed keys
|
| HoconNodeCursor.Object |
Cursor used for traversing non-empty JSON Object nodes
|
| HoconNodeCursor.RootValue | |
| HoconTreeTraversingParser | |
| UTF8Reader |
This code was poached from jackson-dataformat-yaml.
|
Copyright © 2017. All rights reserved.