Uses of Class
com.google.inject.internal.BindingImpl
-
Packages that use BindingImpl Package Description com.google.inject.internal Guice (sounds like "juice") -
-
Uses of BindingImpl in com.google.inject.internal
Methods in com.google.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)protected BindingImpl<T>BindingImpl. withScoping(Scoping scoping)Methods in com.google.inject.internal with parameters of type BindingImpl Modifier and Type Method Description protected BindingImpl<T>AbstractBindingBuilder. setBinding(BindingImpl<T> binding)
-