Uses of Class
ratpack.core.impose.UserRegistryImposition
-
Packages that use UserRegistryImposition Package Description ratpack.core.impose -
-
Uses of UserRegistryImposition in ratpack.core.impose
Methods in ratpack.core.impose that return UserRegistryImposition Modifier and Type Method Description static UserRegistryImposition
UserRegistryImposition. none()
Creates an imposition of an empty registry.static UserRegistryImposition
UserRegistryImposition. of(Registry registry)
Creates an imposition of the given registry.static UserRegistryImposition
UserRegistryImposition. of(Function<? super Registry,? extends Registry> registry)
Creates an imposition of registry returned by the given function.
-