Uses of Class
com.google.inject.internal.BindingImpl

Packages that use BindingImpl
com.google.inject.internal Guice (sounds like like "juice") 
 

Uses of BindingImpl in com.google.inject.internal
 

Subclasses of BindingImpl in com.google.inject.internal
 class ExposedBindingImpl<T>
           
 class InstanceBindingImpl<T>
           
 class LinkedBindingImpl<T>
           
 class LinkedProviderBindingImpl<T>
           
 class ProviderInstanceBindingImpl<T>
           
 class UntargettedBindingImpl<T>
           
 

Methods in com.google.inject.internal that return BindingImpl
protected  BindingImpl<T> AbstractBindingBuilder.annotatedWithInternal(java.lang.annotation.Annotation annotation)
          Sets the binding to a copy with the specified annotation on the bound key
protected  BindingImpl<T> AbstractBindingBuilder.annotatedWithInternal(java.lang.Class<? extends java.lang.annotation.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)
           
protected  BindingImpl<T> BindingImpl.withKey(Key<T> key)
           
 BindingImpl<T> UntargettedBindingImpl.withKey(Key<T> key)
           
 BindingImpl<T> ProviderInstanceBindingImpl.withKey(Key<T> key)
           
 BindingImpl<T> LinkedBindingImpl.withKey(Key<T> key)
           
 BindingImpl<T> LinkedProviderBindingImpl.withKey(Key<T> key)
           
 BindingImpl<T> InstanceBindingImpl.withKey(Key<T> key)
           
protected  BindingImpl<T> BindingImpl.withScoping(Scoping scoping)
           
 BindingImpl<T> UntargettedBindingImpl.withScoping(Scoping scoping)
           
 BindingImpl<T> ExposedBindingImpl.withScoping(Scoping scoping)
           
 BindingImpl<T> ProviderInstanceBindingImpl.withScoping(Scoping scoping)
           
 BindingImpl<T> LinkedBindingImpl.withScoping(Scoping scoping)
           
 BindingImpl<T> LinkedProviderBindingImpl.withScoping(Scoping scoping)
           
 BindingImpl<T> InstanceBindingImpl.withScoping(Scoping scoping)
           
 

Methods in com.google.inject.internal with parameters of type BindingImpl
protected  BindingImpl<T> AbstractBindingBuilder.setBinding(BindingImpl<T> binding)
           
 



Copyright © 2011. All Rights Reserved.