public class NamespaceExtractionModule extends Object implements DruidModule
Modifier and Type | Field and Description |
---|---|
static String |
TYPE_PREFIX |
Constructor and Description |
---|
NamespaceExtractionModule() |
Modifier and Type | Method and Description |
---|---|
void |
configure(com.google.inject.Binder binder) |
List<? extends com.fasterxml.jackson.databind.Module> |
getJacksonModules() |
static com.google.inject.multibindings.MapBinder<Class<? extends ExtractionNamespace>,ExtractionNamespaceCacheFactory<?>> |
getNamespaceFactoryMapBinder(com.google.inject.Binder binder) |
public static final String TYPE_PREFIX
public List<? extends com.fasterxml.jackson.databind.Module> getJacksonModules()
getJacksonModules
in interface DruidModule
public static com.google.inject.multibindings.MapBinder<Class<? extends ExtractionNamespace>,ExtractionNamespaceCacheFactory<?>> getNamespaceFactoryMapBinder(com.google.inject.Binder binder)
public void configure(com.google.inject.Binder binder)
configure
in interface com.google.inject.Module
Copyright © 2011–2017. All rights reserved.