public class StandaloneRunnerModule extends java.lang.Object implements BootstrapModule
| Modifier and Type | Class and Description |
|---|---|
static class |
StandaloneRunnerModule.Builder
This builder simplifies creation of the module in main()
|
static class |
StandaloneRunnerModule.MainInjectorModule |
static class |
StandaloneRunnerModule.StandaloneFramework |
| Constructor and Description |
|---|
StandaloneRunnerModule(java.lang.String[] args,
java.lang.Class<?> main) |
| Modifier and Type | Method and Description |
|---|---|
static StandaloneRunnerModule.Builder |
builder() |
void |
configure(BootstrapBinder binder)
Called to allow for binding
|
public StandaloneRunnerModule(java.lang.String[] args,
java.lang.Class<?> main)
public static StandaloneRunnerModule.Builder builder()
public void configure(BootstrapBinder binder)
BootstrapModuleconfigure in interface BootstrapModulebinder - the bootstrap binder