salomonbrys
03/15/2016, 2:57 PMbind<JsonObject>("config") with factory { name: String -> config[name].obj }
Then, for the managers: bind<Whatever>() with singleton { WhateverImpl(instance(), instance(), factory<String, JsonObject>("config").invoke("Whatever")) }