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