A B C D E G H I J N P R 

A

add(Module...) - Method in interface ratpack.guice.BindingsSpec
Adds the bindings from the given modules.
add(Iterable<? extends Module>) - Method in interface ratpack.guice.BindingsSpec
Adds the bindings from the given modules.
add(Module...) - Method in class ratpack.guice.BindingsSpecAction
Adds the bindings from the given modules.
add(Iterable<? extends Module>) - Method in class ratpack.guice.BindingsSpecAction
Adds the bindings from the given modules.

B

bind(Class<?>) - Method in interface ratpack.guice.BindingsSpec
Add a binding for the given type.
bind(Class<T>, Class<? extends T>) - Method in interface ratpack.guice.BindingsSpec
Add a binding for the given public type, to the given implementation type.
bind(Class<? super T>, T) - Method in interface ratpack.guice.BindingsSpec
Add a binding for the given public type, to the given implementing instance.
bind(T) - Method in interface ratpack.guice.BindingsSpec
Add a binding for the given object to its concrete type.
bind(Class<?>) - Method in class ratpack.guice.BindingsSpecAction
Add a binding for the given type.
bind(Class<T>, Class<? extends T>) - Method in class ratpack.guice.BindingsSpecAction
Add a binding for the given public type, to the given implementation type.
bind(Class<? super T>, T) - Method in class ratpack.guice.BindingsSpecAction
Add a binding for the given public type, to the given implementing instance.
bind(T) - Method in class ratpack.guice.BindingsSpecAction
Add a binding for the given object to its concrete type.
BindingsSpec - Interface in ratpack.guice
A buildable specification of Guice bindings.
BindingsSpecAction - Class in ratpack.guice
Convenient base for Action<BindingsSpec> implementations.
BindingsSpecAction() - Constructor for class ratpack.guice.BindingsSpecAction
 

C

childInjectorFactory(Injector) - Static method in class ratpack.guice.Guice
Creates a transformer that can build an injector from a module, as a child of the given parent.
config(Class<T>) - Method in interface ratpack.guice.BindingsSpec
Retrieves the module that has been added with the given type for configuration.
config(Class<T>) - Method in class ratpack.guice.BindingsSpecAction
Retrieves the module that has been added with the given type for configuration.
create(Action<? super BindingsSpec>, Function<? super Module, ? extends Injector>, Function<? super Injector, ? extends Handler>) - Method in interface ratpack.guice.GuiceBackedHandlerFactory
 

D

decorate(Injector, Handler) - Method in interface ratpack.guice.HandlerDecoratingModule
Decorate the given handler with any global logic.

E

execute(BindingsSpec) - Method in class ratpack.guice.BindingsSpecAction
Delegates to BindingsSpecAction.execute(), using the given chain for delegation.
execute() - Method in class ratpack.guice.BindingsSpecAction
Implementations can naturally use the BindingsSpec API for the duration of this method.

G

getBindingsSpec() - Method in class ratpack.guice.BindingsSpecAction
 
getLaunchConfig() - Method in interface ratpack.guice.BindingsSpec
The launch config for the application.
getLaunchConfig() - Method in class ratpack.guice.BindingsSpecAction
The launch config for the application.
Guice - Class in ratpack.guice
Static utility methods for creating Google Guice based Ratpack infrastructure.
GuiceBackedHandlerFactory - Interface in ratpack.guice
 

H

handler(LaunchConfig, Action<? super BindingsSpec>, Action<? super Chain>) - Static method in class ratpack.guice.Guice
Creates a handler that can be used as the entry point for a Guice backed Ratpack app.
handler(LaunchConfig, Action<? super BindingsSpec>, Function<? super Injector, ? extends Handler>) - Static method in class ratpack.guice.Guice
Creates a handler that can be used as the entry point for a Guice backed Ratpack app.
handler(LaunchConfig, Injector, Action<? super BindingsSpec>, Action<? super Chain>) - Static method in class ratpack.guice.Guice
Creates a handler that can be used as the entry point for a Guice backed Ratpack app.
handler(LaunchConfig, Injector, Action<? super BindingsSpec>, Function<? super Injector, ? extends Handler>) - Static method in class ratpack.guice.Guice
Creates a handler that can be used as the entry point for a Guice backed Ratpack app.
HandlerDecoratingModule - Interface in ratpack.guice
A Guice module that contributes to the default handler setup.

I

init(Action<Injector>) - Method in interface ratpack.guice.BindingsSpec
Registers an action to operate on the injector when it has been finalized.
init(Class<? extends Runnable>) - Method in interface ratpack.guice.BindingsSpec
Registers a runnable to instantiated via dependency injection when the injector is created from this module registry.
init(Action<Injector>) - Method in class ratpack.guice.BindingsSpecAction
Registers an action to operate on the injector when it has been finalized.
init(Class<? extends Runnable>) - Method in class ratpack.guice.BindingsSpecAction
Registers a runnable to instantiated via dependency injection when the injector is created from this module registry.

J

justInTimeRegistry(Injector) - Static method in class ratpack.guice.Guice
Creates a Ratpack Registry backed by the given Injector that will create objects via “just-in-time” binding.

N

newInjectorFactory(LaunchConfig) - Static method in class ratpack.guice.Guice
Creates a transformer that can build an injector from a module.
NoSuchModuleException - Exception in ratpack.guice
Thrown by BindingsSpec.config(Class) when attempt to retrieve a module that doesn't exist.
NoSuchModuleException(Class<? extends Module>) - Constructor for exception ratpack.guice.NoSuchModuleException
Constructor.

P

provider(Class<T>, Class<? extends Provider<? extends T>>) - Method in interface ratpack.guice.BindingsSpec
Add a binding for the given public type, to the given provider type.
provider(Class<T>, Class<? extends Provider<? extends T>>) - Method in class ratpack.guice.BindingsSpecAction
Add a binding for the given public type, to the given provider type.

R

ratpack.guice - package ratpack.guice
Integration with Google Guice.
registry(Injector) - Static method in class ratpack.guice.Guice
Creates a Ratpack Registry backed by the given Injector that will NOT create objects via “just-in-time” binding.
A B C D E G H I J N P R