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.
|
Modifier and Type | Method and Description |
---|---|
ConfigData |
ConfigDataSpec.build()
Builds the configuration data from this specification.
|
static ConfigData |
ConfigData.of(Action<? super ConfigDataSpec> config) |
static ConfigData |
ConfigData.of(List<Module> modules,
Action<? super ConfigDataSpec> config) |
static ConfigData |
ConfigData.of(ObjectMapper objectMapper,
Action<? super ConfigDataSpec> config) |