Uses of Interface
org.elasticsearch.common.inject.binder.ScopedBindingBuilder
-
Packages that use ScopedBindingBuilder Package Description org.elasticsearch.common.inject.binder org.elasticsearch.common.inject.internal -
-
Uses of ScopedBindingBuilder in org.elasticsearch.common.inject.binder
Subinterfaces of ScopedBindingBuilder in org.elasticsearch.common.inject.binder Modifier and Type Interface Description interfaceAnnotatedBindingBuilder<T>See the EDSL examples atBinder.interfaceLinkedBindingBuilder<T>See the EDSL examples atBinder.Methods in org.elasticsearch.common.inject.binder that return ScopedBindingBuilder Modifier and Type Method Description ScopedBindingBuilderLinkedBindingBuilder. to(Class<? extends T> implementation)See the EDSL examples atBinder.ScopedBindingBuilderLinkedBindingBuilder. to(Key<? extends T> targetKey)See the EDSL examples atBinder.ScopedBindingBuilderLinkedBindingBuilder. to(TypeLiteral<? extends T> implementation)See the EDSL examples atBinder.ScopedBindingBuilderLinkedBindingBuilder. toProvider(Class<? extends Provider<? extends T>> providerType)See the EDSL examples atBinder.ScopedBindingBuilderLinkedBindingBuilder. toProvider(Key<? extends Provider<? extends T>> providerKey)See the EDSL examples atBinder.ScopedBindingBuilderLinkedBindingBuilder. toProvider(Provider<? extends T> provider)See the EDSL examples atBinder. -
Uses of ScopedBindingBuilder in org.elasticsearch.common.inject.internal
Classes in org.elasticsearch.common.inject.internal that implement ScopedBindingBuilder Modifier and Type Class Description classBindingBuilder<T>Bind a non-constant key.Methods in org.elasticsearch.common.inject.internal with parameters of type ScopedBindingBuilder Modifier and Type Method Description abstract voidScoping. applyTo(ScopedBindingBuilder scopedBindingBuilder)
-