| Package | Description |
|---|---|
| com.electronwill.nightconfig.core |
This is the main package of the NightConfig library.
|
| com.electronwill.nightconfig.core.concurrent |
Provides configurations that can be used from multiple threads.
|
| com.electronwill.nightconfig.core.conversion |
(deprecated) Provides tools for converting configurations to/from Java objects, and converting config values on the fly.
|
| com.electronwill.nightconfig.core.file |
Provides configurations that are loaded from and saved to files.
|
| com.electronwill.nightconfig.core.io |
Provides basic parsing and writing interfaces, and bricks to implement new parsers and writers.
|
| com.electronwill.nightconfig.core.serde |
Provides tools for serializing values to configurations, and deserializing configurations to Java objects.
|
| com.electronwill.nightconfig.core.serde.annotations |
Annotations that change how Java objects are (de)serialized.
|
| com.electronwill.nightconfig.core.utils |
Contains various utilities, mainly used by NightConfig internals.
|