public class GcpModule extends Object implements DruidModule
| Constructor and Description |
|---|
GcpModule() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(com.google.inject.Binder binder) |
com.google.api.client.http.HttpRequestInitializer |
getHttpRequestInitializer(com.google.api.client.http.HttpTransport transport,
com.google.api.client.json.JsonFactory factory) |
com.google.api.client.http.HttpTransport |
getHttpTransport() |
List<? extends com.fasterxml.jackson.databind.Module> |
getJacksonModules() |
com.google.api.client.json.JsonFactory |
getJsonFactory() |
public List<? extends com.fasterxml.jackson.databind.Module> getJacksonModules()
getJacksonModules in interface DruidModulepublic void configure(com.google.inject.Binder binder)
configure in interface com.google.inject.Module@Provides
public com.google.api.client.http.HttpRequestInitializer getHttpRequestInitializer(com.google.api.client.http.HttpTransport transport,
com.google.api.client.json.JsonFactory factory)
throws IOException
IOException@Provides
public com.google.api.client.http.HttpTransport getHttpTransport()
throws GeneralSecurityException,
IOException
GeneralSecurityExceptionIOException@Provides public com.google.api.client.json.JsonFactory getJsonFactory()
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.