| Interface | Description |
|---|---|
| BindingsSpec |
A buildable specification of Guice bindings.
|
| Guice.Builder | |
| GuiceBackedHandlerFactory | |
| HandlerDecoratingModule |
A Guice module that contributes to the default handler setup.
|
| Class | Description |
|---|---|
| ConfigurableModule<T> |
Provides a standard approach for modules that require some parametrization / configuration.
|
| Guice |
Static utility methods for creating Google Guice based Ratpack infrastructure.
|
| Exception | Description |
|---|---|
| NoSuchModuleException |
Thrown by
BindingsSpec.config(Class, java.util.function.Consumer) when attempt to retrieve a module that doesn't exist. |
Guice to get started.