-
- All Implemented Interfaces:
-
io.bootique.BQModuleProvider,io.bootique.kotlin.core.KotlinBQModuleProvider
public final class KotlinJacksonServiceModuleProvider implements KotlinBQModuleProviderKotlinBQModuleProvider for KotlinJacksonConfigModule.
-
-
Field Summary
Fields Modifier and Type Field Description private final KotlinJacksonServiceModulemoduleprivate final List<KClass<BQCoreModule>>overridesprivate final Map<String, Type>configsprivate final Collection<BQModuleProvider>dependenciesprivate final Stringname
-
Constructor Summary
Constructors Constructor Description KotlinJacksonServiceModuleProvider()
-
Method Summary
Modifier and Type Method Description KotlinJacksonServiceModulegetModule()List<KClass<BQCoreModule>>getOverrides()Map<String, Type>getConfigs()Collection<BQModuleProvider>getDependencies()StringgetName()-
Methods inherited from class io.bootique.kotlin.jackson.KotlinJacksonServiceModuleProvider
configs, dependencies, module, name, overrides -
Methods inherited from class io.bootique.kotlin.core.KotlinBQModuleProvider
moduleBuilder -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getModule
KotlinJacksonServiceModule getModule()
-
getOverrides
List<KClass<BQCoreModule>> getOverrides()
-
getConfigs
Map<String, Type> getConfigs()
-
getDependencies
Collection<BQModuleProvider> getDependencies()
-
-
-
-