|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | ||
---|---|---|
|
IInjector.requireInstance(Class<T> pType)
Returns an instance of pType , if a matching binding is present. |
|
|
IInjector.requireInstance(Class<T> pType,
String pName)
Returns an instance of the given type, with the given name, if a matching binding is present. |
|
|
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 | ||
---|---|---|
|
AbstractInjector.requireInstance(Class<T> pType)
|
|
|
AbstractInjector.requireInstance(Class<T> pType,
String pName)
|
|
|
AbstractInjector.requireInstance(IKey<T> pKey)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |