BootstrapConfig

class BootstrapConfig(configLoader: ConfigLoader = ConfigLoader())

Startup configuration object that allows for configuration of the application guice modules and provides a way to get a guice injector

Constructors

Link copied to clipboard
fun BootstrapConfig(configLoader: ConfigLoader = ConfigLoader())

Functions

Link copied to clipboard
fun getInjector(builtinModules: List<AbstractModule>): Injector

Properties

Link copied to clipboard