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
Subclasses of BindingImpl in com.google.inject.internal Modifier and Type Class Description classExposedBindingImpl<T>classLinkedBindingImpl<T>Methods in com.google.inject.internal that return BindingImpl Modifier and Type Method Description protected BindingImpl<T>AbstractBindingBuilder. annotatedWithInternal(java.lang.annotation.Annotation annotation)Sets the binding to a copy with the specified annotation on the bound keyprotected 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 keyprotected BindingImpl<T>AbstractBindingBuilder. getBinding()protected BindingImpl<T>AbstractBindingBuilder. setBinding(BindingImpl<T> binding)protected BindingImpl<T>BindingImpl. withKey(Key<T> key)BindingImpl<T>LinkedBindingImpl. withKey(Key<T> key)protected BindingImpl<T>BindingImpl. withScoping(Scoping scoping)BindingImpl<T>LinkedBindingImpl. 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)
-