Module org.elasticsearch.server
Class BindingBuilder<T>
java.lang.Object
org.elasticsearch.common.inject.internal.AbstractBindingBuilder<T>
org.elasticsearch.common.inject.internal.BindingBuilder<T>
- All Implemented Interfaces:
AnnotatedBindingBuilder<T>
,LinkedBindingBuilder<T>
,ScopedBindingBuilder
public class BindingBuilder<T>
extends AbstractBindingBuilder<T>
implements AnnotatedBindingBuilder<T>
Bind a non-constant key.
-
Field Summary
Fields inherited from class org.elasticsearch.common.inject.internal.AbstractBindingBuilder
binder, BINDING_TO_NULL, elements, IMPLEMENTATION_ALREADY_SET, position, SCOPE_ALREADY_SET, SINGLE_INSTANCE_AND_SCOPE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSee the EDSL examples atBinder
.void
toInstance
(T instance) See the EDSL examples atBinder
.toProvider
(Provider<? extends T> provider) See the EDSL examples atBinder
.toString()
Methods inherited from class org.elasticsearch.common.inject.internal.AbstractBindingBuilder
asEagerSingleton, checkNotScoped, checkNotTargetted, getBinding, setBinding
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.elasticsearch.common.inject.binder.ScopedBindingBuilder
asEagerSingleton
-
Constructor Details
-
BindingBuilder
-
-
Method Details
-
to
Description copied from interface:LinkedBindingBuilder
See the EDSL examples atBinder
.- Specified by:
to
in interfaceLinkedBindingBuilder<T>
-
toInstance
Description copied from interface:LinkedBindingBuilder
See the EDSL examples atBinder
.- Specified by:
toInstance
in interfaceLinkedBindingBuilder<T>
-
toProvider
Description copied from interface:LinkedBindingBuilder
See the EDSL examples atBinder
.- Specified by:
toProvider
in interfaceLinkedBindingBuilder<T>
-
toString
-