Uses of Interface
org.apache.commons.inject.api.IBinding

Packages that use IBinding
org.apache.commons.inject.impl   
org.apache.commons.inject.impl.bind   
 

Uses of IBinding in org.apache.commons.inject.impl
 

Classes in org.apache.commons.inject.impl that implement IBinding
 class BindingProxy<T>
           
 

Methods in org.apache.commons.inject.impl that return IBinding
 IBinding<T> AbstractBindingSet.BindingAndKey.getBinding()
           
protected
<T> IBinding<T>
DefaultInjector.getBinding(IKey<T> pKey)
           
protected abstract
<T> IBinding<T>
AbstractInjector.getBinding(IKey<T> pKey)
           
protected
<T> IBinding<T>
DefaultInjector.requireBinding(IKey<T> pKey)
           
protected abstract
<T> IBinding<T>
AbstractInjector.requireBinding(IKey<T> pKey)
           
<T> IBinding<T>
MutableBindingSet.requireBinding(IKey<T> pKey, String pCause)
           
<T> IBinding<T>
IMutableBindingSource.requireBinding(IKey<T> pKey, String pCause)
           
 

Methods in org.apache.commons.inject.impl with parameters of type IBinding
<T> void
MutableBindingSet.add(AbstractBindingSet.MappedKey<T> pKey, IBinding<T> pBinding)
           
 void BindingProxy.setBinding(IBinding<T> pBinding)
           
 void AbstractBindingSet.BindingAndKey.setBinding(IBinding<T> pBinding)
           
 

Constructors in org.apache.commons.inject.impl with parameters of type IBinding
FactoryMethodProvider(Constructor<T> pConstructor, IPoint<T> pPoint, IBinding<Object>[] pBindings)
           
FactoryMethodProvider(Method pMethod, IBinding<Object>[] pBindings, IPoint<T> pPoint)
           
MethodPoint(IBinding<Object>[] pBindings, Method pMethod)
           
 

Uses of IBinding in org.apache.commons.inject.impl.bind
 

Classes in org.apache.commons.inject.impl.bind that implement IBinding
 class DefaultBinding<T>
          Default implementation of IBinding; basically a simple wrapper for instances of IProvider, and IPoint.
 



Copyright © 2014 The Apache Software Foundation. All Rights Reserved.