Package | Description |
---|---|
ratpack.guice |
Integration with Google Guice.
|
Modifier and Type | Method and Description |
---|---|
<T extends Module> |
BindingsSpec.config(Class<T> moduleClass)
Retrieves the module that has been added with the given type for configuration.
|
<T extends Module> |
BindingsSpecAction.config(Class<T> moduleClass)
Retrieves the module that has been added with the given type for configuration.
|