public class ExportBinder extends Object
Modifier and Type | Method and Description |
---|---|
AnnotatedExportBinder |
export(Class<?> clazz) |
NamedExportBinder |
export(com.google.inject.Key<?> key) |
<K,V> MapExportBinder<K,V> |
exportMap(Class<K> keyClass,
Class<V> valueClass) |
<V> StringMapExportBinder<V> |
exportMap(Class<V> valueClass) |
<T> SetExportBinder<T> |
exportSet(Class<T> clazz) |
static ExportBinder |
newExporter(com.google.inject.Binder binder) |
public static ExportBinder newExporter(com.google.inject.Binder binder)
public AnnotatedExportBinder export(Class<?> clazz)
public NamedExportBinder export(com.google.inject.Key<?> key)
public <T> SetExportBinder<T> exportSet(Class<T> clazz)
public <V> StringMapExportBinder<V> exportMap(Class<V> valueClass)
public <K,V> MapExportBinder<K,V> exportMap(Class<K> keyClass, Class<V> valueClass)
Copyright © 2018. All rights reserved.