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 |
---|---|
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.