Uses of Class
org.elasticsearch.common.inject.internal.BindingImpl

Packages that use BindingImpl
org.elasticsearch.common.inject.internal Guice (sounds like like "juice") 
 

Uses of BindingImpl in org.elasticsearch.common.inject.internal
 

Subclasses of BindingImpl in org.elasticsearch.common.inject.internal
 class ExposedBindingImpl<T>
           
 class InstanceBindingImpl<T>
           
 class LinkedBindingImpl<T>
           
 class LinkedProviderBindingImpl<T>
           
 class ProviderInstanceBindingImpl<T>
           
 class UntargettedBindingImpl<T>
           
 

Methods in org.elasticsearch.common.inject.internal that return BindingImpl
protected  BindingImpl<T> AbstractBindingBuilder.annotatedWithInternal(Annotation annotation)
          Sets the binding to a copy with the specified annotation on the bound key
protected  BindingImpl<T> AbstractBindingBuilder.annotatedWithInternal(Class<? extends Annotation> annotationType)
          Sets the binding to a copy with the specified annotation on the bound key
protected  BindingImpl<T> AbstractBindingBuilder.getBinding()
           
protected  BindingImpl<T> AbstractBindingBuilder.setBinding(BindingImpl<T> binding)
           
 BindingImpl<T> InstanceBindingImpl.withKey(Key<T> key)
           
 BindingImpl<T> UntargettedBindingImpl.withKey(Key<T> key)
           
 BindingImpl<T> LinkedProviderBindingImpl.withKey(Key<T> key)
           
 BindingImpl<T> ProviderInstanceBindingImpl.withKey(Key<T> key)
           
protected  BindingImpl<T> BindingImpl.withKey(Key<T> key)
           
 BindingImpl<T> LinkedBindingImpl.withKey(Key<T> key)
           
 BindingImpl<T> ExposedBindingImpl.withScoping(Scoping scoping)
           
 BindingImpl<T> InstanceBindingImpl.withScoping(Scoping scoping)
           
 BindingImpl<T> UntargettedBindingImpl.withScoping(Scoping scoping)
           
 BindingImpl<T> LinkedProviderBindingImpl.withScoping(Scoping scoping)
           
 BindingImpl<T> ProviderInstanceBindingImpl.withScoping(Scoping scoping)
           
protected  BindingImpl<T> BindingImpl.withScoping(Scoping scoping)
           
 BindingImpl<T> LinkedBindingImpl.withScoping(Scoping scoping)
           
 

Methods in org.elasticsearch.common.inject.internal with parameters of type BindingImpl
protected  BindingImpl<T> AbstractBindingBuilder.setBinding(BindingImpl<T> binding)
           
 



Copyright © 2009-2012. All Rights Reserved.