| Package | Description |
|---|---|
| ratpack.registry |
Registries hold objects that can be retrieved via type, and are a key aspect of Ratpack applications.
|
| Modifier and Type | Method and Description |
|---|---|
static Registry |
Registry.backedBy(RegistryBacking registryBacking)
Creates a new registry instance that is backed by a RegistryBacking implementation.
|