|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IKey | |
---|---|
org.apache.commons.inject.api | |
org.apache.commons.inject.api.bind | |
org.apache.commons.inject.impl | |
org.apache.commons.inject.impl.bind |
Uses of IKey in org.apache.commons.inject.api |
---|
Classes in org.apache.commons.inject.api that implement IKey | |
---|---|
class |
Key<T>
|
Methods in org.apache.commons.inject.api with parameters of type IKey | ||
---|---|---|
|
IInjector.getInstance(IKey<T> pKey)
Returns an instance of the binding that has been registered for the given key. |
|
|
IInjector.requireInstance(IKey<T> pKey)
Returns an instance of the binding that has been registered for the given key. |
|
static String |
Key.toString(IKey<?> pKey)
|
Uses of IKey in org.apache.commons.inject.api.bind |
---|
Methods in org.apache.commons.inject.api.bind with parameters of type IKey | ||
---|---|---|
|
IBinder.bind(IKey<T> pKey)
|
|
List<IPoint<Object>> |
IBinder.IInjectionParticipator.getPoints(IKey<?> pKey,
Class<?> pType)
|
|
void |
IBinder.IInjectionListener.initialized(IKey<?> pKey,
Object pObject)
|
Uses of IKey in org.apache.commons.inject.impl |
---|
Classes in org.apache.commons.inject.impl that implement IKey | |
---|---|
static class |
AbstractBindingSet.MappedKey<T>
The internal map of bindings uses this key. |
Methods in org.apache.commons.inject.impl with parameters of type IKey | ||
---|---|---|
protected
|
DefaultInjector.getBinding(IKey<T> pKey)
|
|
protected abstract
|
AbstractInjector.getBinding(IKey<T> pKey)
|
|
|
AbstractInjector.getInstance(IKey<T> pKey)
|
|
protected boolean |
AbstractBindingSet.isMatching(IKey<?> pSearchKey,
AbstractBindingSet.MappedKey<?> pMapKey)
|
|
protected
|
AbstractBindingSet.newReducedKey(IKey<T> pKey)
|
|
protected
|
DefaultInjector.requireBinding(IKey<T> pKey)
|
|
protected abstract
|
AbstractInjector.requireBinding(IKey<T> pKey)
|
|
|
MutableBindingSet.requireBinding(IKey<T> pKey,
String pCause)
|
|
|
IMutableBindingSource.requireBinding(IKey<T> pKey,
String pCause)
|
|
|
AbstractInjector.requireInstance(IKey<T> pKey)
|
Uses of IKey in org.apache.commons.inject.impl.bind |
---|
Constructors in org.apache.commons.inject.impl.bind with parameters of type IKey | |
---|---|
DefaultBindingBuilder(IKey<T> pKey)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |