public class KafkaExtractionNamespaceModule extends Object implements io.druid.initialization.DruidModule
Constructor and Description |
---|
KafkaExtractionNamespaceModule() |
Modifier and Type | Method and Description |
---|---|
void |
configure(com.google.inject.Binder binder) |
KafkaExtractionNamespaceFactory |
factoryFactory(KafkaExtractionManager kafkaManager) |
List<? extends com.fasterxml.jackson.databind.Module> |
getJacksonModules() |
Properties |
getProperties(com.fasterxml.jackson.databind.ObjectMapper mapper,
Properties systemProperties) |
public List<? extends com.fasterxml.jackson.databind.Module> getJacksonModules()
getJacksonModules
in interface io.druid.initialization.DruidModule
@Provides public Properties getProperties(com.fasterxml.jackson.databind.ObjectMapper mapper, Properties systemProperties)
@Provides public KafkaExtractionNamespaceFactory factoryFactory(KafkaExtractionManager kafkaManager)
public void configure(com.google.inject.Binder binder)
configure
in interface com.google.inject.Module
Copyright © 2011–2015. All rights reserved.