Uses of Interface
org.elasticsearch.common.inject.binder.LinkedBindingBuilder
-
-
Uses of LinkedBindingBuilder in org.elasticsearch.common.inject
Methods in org.elasticsearch.common.inject that return LinkedBindingBuilder Modifier and Type Method Description protected <T> LinkedBindingBuilder<T>AbstractModule. bind(Key<T> key)<T> LinkedBindingBuilder<T>Binder. bind(Key<T> key)See the EDSL examples atBinder.protected <T> LinkedBindingBuilder<T>PrivateModule. bind(Key<T> key) -
Uses of LinkedBindingBuilder in org.elasticsearch.common.inject.binder
Subinterfaces of LinkedBindingBuilder in org.elasticsearch.common.inject.binder Modifier and Type Interface Description interfaceAnnotatedBindingBuilder<T>See the EDSL examples atBinder.Methods in org.elasticsearch.common.inject.binder that return LinkedBindingBuilder Modifier and Type Method Description LinkedBindingBuilder<T>AnnotatedBindingBuilder. annotatedWith(Annotation annotation)See the EDSL examples atBinder.LinkedBindingBuilder<T>AnnotatedBindingBuilder. annotatedWith(Class<? extends Annotation> annotationType)See the EDSL examples atBinder. -
Uses of LinkedBindingBuilder in org.elasticsearch.common.inject.internal
Classes in org.elasticsearch.common.inject.internal that implement LinkedBindingBuilder Modifier and Type Class Description classBindingBuilder<T>Bind a non-constant key. -
Uses of LinkedBindingBuilder in org.elasticsearch.common.inject.multibindings
Methods in org.elasticsearch.common.inject.multibindings that return LinkedBindingBuilder Modifier and Type Method Description abstract LinkedBindingBuilder<V>MapBinder. addBinding(K key)Returns a binding builder used to add a new entry in the map.LinkedBindingBuilder<V>MapBinder.RealMapBinder. addBinding(K key)This creates two bindings.abstract LinkedBindingBuilder<T>Multibinder. addBinding()Returns a binding builder used to add a new element in the set.LinkedBindingBuilder<T>Multibinder.RealMultibinder. addBinding()
-