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 LinkedBindingImpl<T>
           
 

Methods in com.google.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> LinkedBindingImpl.withKey(Key<T> key)
           
protected  BindingImpl<T> BindingImpl.withKey(Key<T> key)
           
 BindingImpl<T> LinkedBindingImpl.withScoping(Scoping scoping)
           
protected  BindingImpl<T> BindingImpl.withScoping(Scoping scoping)
           
 

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



Copyright © 2006-2013 Google, Inc.. All Rights Reserved.