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

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
<T> T
IInjector.getInstance(IKey<T> pKey)
          Returns an instance of the binding that has been registered for the given key.
<T> T
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
<T> ILinkedBindingBuilder<T>
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
<T> IBinding<T>
DefaultInjector.getBinding(IKey<T> pKey)
           
protected abstract
<T> IBinding<T>
AbstractInjector.getBinding(IKey<T> pKey)
           
<T> T
AbstractInjector.getInstance(IKey<T> pKey)
           
protected  boolean AbstractBindingSet.isMatching(IKey<?> pSearchKey, AbstractBindingSet.MappedKey<?> pMapKey)
           
protected
<T> AbstractBindingSet.ReducedKey<T>
AbstractBindingSet.newReducedKey(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)
           
<T> T
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)
           
 



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