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