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
ANNOTATION_ALREADY_SPECIFIED, binder, BINDING_TO_NULL, CONSTANT_VALUE_ALREADY_SET, elements, IMPLEMENTATION_ALREADY_SET, NULL_KEY, position, SCOPE_ALREADY_SET, SINGLE_INSTANCE_AND_SCOPE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionannotatedWith(Annotation annotation)See the EDSL examples atBinder.annotatedWith(Class<? extends Annotation> annotationType)See the EDSL examples atBinder.See the EDSL examples atBinder.See the EDSL examples atBinder.to(TypeLiteral<? extends T> implementation)See the EDSL examples atBinder.voidtoInstance(T instance)See the EDSL examples atBinder.toProvider(Class<? extends Provider<? extends T>> providerType)See the EDSL examples atBinder.toProvider(Key<? extends Provider<? extends T>> providerKey)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
annotatedWithInternal, annotatedWithInternal, asEagerSingleton, checkNotAnnotated, checkNotScoped, checkNotTargetted, getBinding, in, in, keyTypeIsSet, setBindingMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.elasticsearch.common.inject.binder.ScopedBindingBuilder
asEagerSingleton, in, in
-
Constructor Details
-
BindingBuilder
-
-
Method Details
-
annotatedWith
Description copied from interface:AnnotatedBindingBuilderSee the EDSL examples atBinder.- Specified by:
annotatedWithin interfaceAnnotatedBindingBuilder<T>
-
annotatedWith
Description copied from interface:AnnotatedBindingBuilderSee the EDSL examples atBinder.- Specified by:
annotatedWithin interfaceAnnotatedBindingBuilder<T>
-
to
Description copied from interface:LinkedBindingBuilderSee the EDSL examples atBinder.- Specified by:
toin interfaceLinkedBindingBuilder<T>
-
to
Description copied from interface:LinkedBindingBuilderSee the EDSL examples atBinder.- Specified by:
toin interfaceLinkedBindingBuilder<T>
-
to
Description copied from interface:LinkedBindingBuilderSee the EDSL examples atBinder.- Specified by:
toin interfaceLinkedBindingBuilder<T>
-
toInstance
Description copied from interface:LinkedBindingBuilderSee the EDSL examples atBinder.- Specified by:
toInstancein interfaceLinkedBindingBuilder<T>- See Also:
Injector.injectMembers(java.lang.Object)
-
toProvider
Description copied from interface:LinkedBindingBuilderSee the EDSL examples atBinder.- Specified by:
toProviderin interfaceLinkedBindingBuilder<T>- See Also:
Injector.injectMembers(java.lang.Object)
-
toProvider
Description copied from interface:LinkedBindingBuilderSee the EDSL examples atBinder.- Specified by:
toProviderin interfaceLinkedBindingBuilder<T>
-
toProvider
Description copied from interface:LinkedBindingBuilderSee the EDSL examples atBinder.- Specified by:
toProviderin interfaceLinkedBindingBuilder<T>
-
toString
-