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

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

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

Methods in org.elasticsearch.common.inject.multibindings that return Multibinder
static
<T> Multibinder<T>
Multibinder.newSetBinder(Binder binder, Class<T> type)
          Returns a new multibinder that collects instances of type in a Set that is itself bound with no binding annotation.
static
<T> Multibinder<T>
Multibinder.newSetBinder(Binder binder, Class<T> type, Annotation annotation)
          Returns a new multibinder that collects instances of type in a Set that is itself bound with annotation.
static
<T> Multibinder<T>
Multibinder.newSetBinder(Binder binder, Class<T> type, Class<? extends Annotation> annotationType)
          Returns a new multibinder that collects instances of type in a Set that is itself bound with annotationType.
static
<T> Multibinder<T>
Multibinder.newSetBinder(Binder binder, TypeLiteral<T> type)
          Returns a new multibinder that collects instances of type in a Set that is itself bound with no binding annotation.
static
<T> Multibinder<T>
Multibinder.newSetBinder(Binder binder, TypeLiteral<T> type, Annotation annotation)
          Returns a new multibinder that collects instances of type in a Set that is itself bound with annotation.
static
<T> Multibinder<T>
Multibinder.newSetBinder(Binder binder, TypeLiteral<T> type, Class<? extends Annotation> annotationType)
          Returns a new multibinder that collects instances of type in a Set that is itself bound with annotationType.
 



Copyright © 2009-2012. All Rights Reserved.