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
constructor(configLoader: ConfigLoader = ConfigLoader())

Properties

Link copied to clipboard

Functions

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