Uses of Class
org.elasticsearch.common.inject.internal.BindingImpl
-
Packages that use BindingImpl Package Description org.elasticsearch.common.inject.internal -
-
Uses of BindingImpl in org.elasticsearch.common.inject.internal
Subclasses of BindingImpl in org.elasticsearch.common.inject.internal Modifier and Type Class Description classExposedBindingImpl<T>classInstanceBindingImpl<T>classLinkedBindingImpl<T>classLinkedProviderBindingImpl<T>classProviderInstanceBindingImpl<T>classUntargettedBindingImpl<T>Methods in org.elasticsearch.common.inject.internal that return BindingImpl Modifier and Type Method Description protected BindingImpl<T>AbstractBindingBuilder. annotatedWithInternal(Annotation annotation)Sets the binding to a copy with the specified annotation on the bound keyprotected BindingImpl<T>AbstractBindingBuilder. annotatedWithInternal(Class<? extends Annotation> annotationType)Sets the binding to a copy with the specified annotation on the bound keyprotected BindingImpl<T>AbstractBindingBuilder. getBinding()protected BindingImpl<T>AbstractBindingBuilder. setBinding(BindingImpl<T> binding)protected BindingImpl<T>BindingImpl. withKey(Key<T> key)BindingImpl<T>InstanceBindingImpl. withKey(Key<T> key)BindingImpl<T>LinkedBindingImpl. withKey(Key<T> key)BindingImpl<T>LinkedProviderBindingImpl. withKey(Key<T> key)BindingImpl<T>ProviderInstanceBindingImpl. withKey(Key<T> key)BindingImpl<T>UntargettedBindingImpl. withKey(Key<T> key)protected BindingImpl<T>BindingImpl. withScoping(Scoping scoping)BindingImpl<T>ExposedBindingImpl. withScoping(Scoping scoping)BindingImpl<T>InstanceBindingImpl. withScoping(Scoping scoping)BindingImpl<T>LinkedBindingImpl. withScoping(Scoping scoping)BindingImpl<T>LinkedProviderBindingImpl. withScoping(Scoping scoping)BindingImpl<T>ProviderInstanceBindingImpl. withScoping(Scoping scoping)BindingImpl<T>UntargettedBindingImpl. withScoping(Scoping scoping)Methods in org.elasticsearch.common.inject.internal with parameters of type BindingImpl Modifier and Type Method Description protected BindingImpl<T>AbstractBindingBuilder. setBinding(BindingImpl<T> binding)
-