Package | Description |
---|---|
ratpack.config |
Provides the ability to access configuration data from a variety of sources, such as YAML, JSON,
properties files, system properties, and environment variables.
|
ratpack.server |
Objects used to start a ratpack application.
|
Modifier and Type | Method and Description |
---|---|
ImmutableList<ConfigSource> |
ConfigDataSpec.getConfigSources()
Returns the config sources used for configuration binding.
|
Modifier and Type | Method and Description |
---|---|
ConfigDataSpec |
ConfigDataSpec.add(ConfigSource configSource)
Adds a configuration source.
|
Modifier and Type | Method and Description |
---|---|
ServerConfig.Builder |
ServerConfig.Builder.add(ConfigSource configSource)
Adds a configuration source.
|