public class MvcModule
extends io.bootique.ConfigModule
| Constructor and Description |
|---|
MvcModule() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(com.google.inject.Binder binder) |
static MvcModuleExtender |
extend(com.google.inject.Binder binder)
Returns an instance of
MvcModuleExtender used by downstream modules to load custom extensions to the
MvcModule. |
public static MvcModuleExtender extend(com.google.inject.Binder binder)
MvcModuleExtender used by downstream modules to load custom extensions to the
MvcModule. Should be invoked from a downstream Module's "configure" method.binder - DI binder passed to the Module that invokes this method.MvcModuleExtender that can be used to load custom extensions to the MvcModule.public void configure(com.google.inject.Binder binder)
configure in interface com.google.inject.Moduleconfigure in class io.bootique.ConfigModuleCopyright © 2019 ObjectStyle LLC. All rights reserved.