public class IndexDynamicSettingsModule extends AbstractModule
| Constructor and Description |
|---|
IndexDynamicSettingsModule()
|
| Modifier and Type | Method and Description |
|---|---|
void |
addDynamicSetting(String
|
void |
addDynamicSettings(String
|
protected void |
configure()
Configures a
Binder via the exposed methods.
|
boolean |
containsSetting(String
Returns
true iff the given setting is in the dynamic settings map.
|
addError, addError, addError, bind, bind, bind, bindConstant, binder, bindListener, bindScope, configure, convertToTypes, currentStage, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestStaticInjection, requireBinding, requireBindingpublic void addDynamicSettings(String... settings)
protected void configure()
AbstractModule
Binder via the exposed methods.
public boolean containsSetting(Stringsetting)
true iff the given setting is in the dynamic settings map. Otherwise
false.