| Modifier and Type | Method and Description |
|---|---|
void |
configure(Binder binder)
Contributes bindings and other configurations for this module to
binder. |
boolean |
equals(java.lang.Object o) |
static Module |
forModule(Module module)
Returns a module which creates bindings for provider methods from the given module.
|
static Module |
forObject(java.lang.Object object)
Returns a module which creates bindings for provider methods from the given object.
|
java.util.List<ProviderMethod<?>> |
getProviderMethods(Binder binder) |
int |
hashCode() |
public static Module forModule(Module module)
public static Module forObject(java.lang.Object object)
public void configure(Binder binder)
Modulebinder.
Do not invoke this method directly to install submodules. Instead use
Binder.install(Module), which ensures that provider methods are
discovered.
public java.util.List<ProviderMethod<?>> getProviderMethods(Binder binder)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object