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 |
---|---|
ConfigData |
ConfigDataBuilder.build()
Creates the config data, based on the state of this builder.
|
static ConfigData |
ConfigData.of(Action<? super ConfigDataBuilder> definition)
Builds a new config data with the default object mapper, from the given definition.
|
static ConfigData |
ConfigData.of(ObjectMapper objectMapper,
Action<? super ConfigDataBuilder> definition)
Builds a new config data with the specified object mapper, from the given definition.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ServerConfig
The configuration of the server.
|