Uses of Class
org.elasticsearch.common.inject.multibindings.MapBinder

Packages that use MapBinder
org.elasticsearch.common.inject.multibindings Extension for binding multiple instances in a collection; this extension requires guice-multibindings-2.0.jar
org.elasticsearch.index.query   
 

Uses of MapBinder in org.elasticsearch.common.inject.multibindings
 

Methods in org.elasticsearch.common.inject.multibindings that return MapBinder
static
<K,V> MapBinder<K,V>
MapBinder.newMapBinder(Binder binder, Class<K> keyType, Class<V> valueType)
          Returns a new mapbinder that collects entries of keyType/valueType in a Map that is itself bound with no binding annotation.
static
<K,V> MapBinder<K,V>
MapBinder.newMapBinder(Binder binder, Class<K> keyType, Class<V> valueType, Annotation annotation)
          Returns a new mapbinder that collects entries of keyType/valueType in a Map that is itself bound with annotation.
static
<K,V> MapBinder<K,V>
MapBinder.newMapBinder(Binder binder, Class<K> keyType, Class<V> valueType, Class<? extends Annotation> annotationType)
          Returns a new mapbinder that collects entries of keyType/valueType in a Map that is itself bound with annotationType.
static
<K,V> MapBinder<K,V>
MapBinder.newMapBinder(Binder binder, TypeLiteral<K> keyType, TypeLiteral<V> valueType)
          Returns a new mapbinder that collects entries of keyType/valueType in a Map that is itself bound with no binding annotation.
static
<K,V> MapBinder<K,V>
MapBinder.newMapBinder(Binder binder, TypeLiteral<K> keyType, TypeLiteral<V> valueType, Annotation annotation)
          Returns a new mapbinder that collects entries of keyType/valueType in a Map that is itself bound with annotation.
static
<K,V> MapBinder<K,V>
MapBinder.newMapBinder(Binder binder, TypeLiteral<K> keyType, TypeLiteral<V> valueType, Class<? extends Annotation> annotationType)
          Returns a new mapbinder that collects entries of keyType/valueType in a Map that is itself bound with annotationType.
 

Uses of MapBinder in org.elasticsearch.index.query
 

Methods in org.elasticsearch.index.query that return MapBinder
 MapBinder<String,QueryParserFactory> IndexQueryParserModule.QueryParsersProcessor.XContentQueryParsersBindings.binder()
           
 MapBinder<String,FilterParserFactory> IndexQueryParserModule.QueryParsersProcessor.XContentFilterParsersBindings.binder()
           
 

Constructors in org.elasticsearch.index.query with parameters of type MapBinder
IndexQueryParserModule.QueryParsersProcessor.XContentFilterParsersBindings(MapBinder<String,FilterParserFactory> binder, Map<String,Settings> groupSettings)
           
IndexQueryParserModule.QueryParsersProcessor.XContentQueryParsersBindings(MapBinder<String,QueryParserFactory> binder, Map<String,Settings> groupSettings)
           
 



Copyright © 2009-2012. All Rights Reserved.