See: Description
Class | Description |
---|---|
ConfigBuilder |
Provides functionality to build a config and generate formatted HOCON text.
|
ConfigValueAnnotationProcessor |
AnnotationProcessor which handles the
ConfigValue annotation. |
ExtendedSettings |
Provides an advanced wrapper for a
Config object, which supports to represent inner maps as extensions . |
Extension |
Represents an extension loaded via the
Settings framework. |
PortMapper |
Maps a given destination port to the effective port assigned.
|
Settings |
Provides a wrapper around a
Config supplied by typesafe config. |
The system configuration can be accessed using Sirius.getSettings()
which returns an
ExtendedSettings
object that provides elaborate ways to utilize the system
configuration.
All wrappers are made available for other frameworks which operate on different configuration sources.
Copyright © 2018. All rights reserved.