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