Uses of Class
org.apache.commons.inject.api.NoSuchBindingException

Packages that use NoSuchBindingException
org.apache.commons.inject.api   
org.apache.commons.inject.impl   
 

Uses of NoSuchBindingException in org.apache.commons.inject.api
 

Methods in org.apache.commons.inject.api that throw NoSuchBindingException
<T> T
IInjector.requireInstance(Class<T> pType)
          Returns an instance of pType, if a matching binding is present.
<T> T
IInjector.requireInstance(Class<T> pType, String pName)
          Returns an instance of the given type, with the given name, if a matching binding is present.
<T> T
IInjector.requireInstance(IKey<T> pKey)
          Returns an instance of the binding that has been registered for the given key.
 

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

Methods in org.apache.commons.inject.impl that throw NoSuchBindingException
<T> T
AbstractInjector.requireInstance(Class<T> pType)
           
<T> T
AbstractInjector.requireInstance(Class<T> pType, String pName)
           
<T> T
AbstractInjector.requireInstance(IKey<T> pKey)
           
 



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