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 |
---|---|
<O> ConfigObject<O> |
ConfigData.getAsConfigObject(String pointer,
Class<O> type)
Binds a segment of the configuration data to the specified type.
|
Modifier and Type | Method and Description |
---|---|
ImmutableSet<ConfigObject<?>> |
ServerConfig.getRequiredConfig()
The config objects that were declared as required when this server config was built.
|