Uses of Class
ratpack.core.impose.ServerConfigImposition
-
Packages that use ServerConfigImposition Package Description ratpack.core.impose -
-
Uses of ServerConfigImposition in ratpack.core.impose
Methods in ratpack.core.impose that return ServerConfigImposition Modifier and Type Method Description static ServerConfigImposition
ServerConfigImposition. of(Consumer<? super ServerConfigBuilder> overrides)
Creates an override that applies the given function to the server config builder.
-