Package io.airlift.http.client
Class HttpClientModule
- java.lang.Object
-
- io.airlift.http.client.HttpClientModule
-
- All Implemented Interfaces:
com.google.inject.Module
public class HttpClientModule extends Object implements com.google.inject.Module
-
-
Field Summary
Fields Modifier and Type Field Description protected Class<? extends Annotation>annotationprotected com.google.inject.Binderbinderprotected Stringname
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddAlias(Class<? extends Annotation> alias)voidconfigure(com.google.inject.Binder binder)
-
-
-
Field Detail
-
name
protected final String name
-
annotation
protected final Class<? extends Annotation> annotation
-
binder
protected com.google.inject.Binder binder
-
-
Method Detail
-
configure
public void configure(com.google.inject.Binder binder)
- Specified by:
configurein interfacecom.google.inject.Module
-
addAlias
public void addAlias(Class<? extends Annotation> alias)
-
-