Package | Description |
---|---|
ratpack.impose |
Modifier and Type | Method and Description |
---|---|
static UserRegistryImposition |
UserRegistryImposition.none()
Creates an imposition of an empty registry.
|
static UserRegistryImposition |
UserRegistryImposition.of(Function<? super Registry,? extends Registry> registry)
Creates an imposition of registry returned by the given function.
|
static UserRegistryImposition |
UserRegistryImposition.of(Registry registry)
Creates an imposition of the given registry.
|