Package | Description |
---|---|
ratpack.groovy.guice |
Groovy specific extensions to the Guice support.
|
ratpack.guice |
Integration with Google Guice.
|
Modifier and Type | Method and Description |
---|---|
<T extends Module> |
GroovyBindingsSpec.config(Class<T> moduleClass,
Consumer<? super T> configurer)
Retrieves the module that has been added with the given type for configuration.
|
Modifier and Type | Method and Description |
---|---|
<T extends Module> |
BindingsSpec.config(Class<T> moduleClass,
Consumer<? super T> configurer)
Retrieves the module that has been added with the given type for configuration.
|