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

Packages that use IPoint
org.apache.commons.inject.api   
org.apache.commons.inject.api.bind   
org.apache.commons.inject.impl   
org.apache.commons.inject.impl.bind   
 

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

Methods in org.apache.commons.inject.api that return IPoint
 IPoint<T> IBinding.getPoint()
          Returns the point, which can be used to inject members into an instance that has been created previously.
 

Uses of IPoint in org.apache.commons.inject.api.bind
 

Methods in org.apache.commons.inject.api.bind that return types with arguments of type IPoint
 List<IPoint<Object>> IBinder.IInjectionParticipator.getPoints(IKey<?> pKey, Class<?> pType)
           
 

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

Classes in org.apache.commons.inject.impl that implement IPoint
 class FieldPoint<T>
           
 class ListPoint<T>
           
 class MethodPoint<T>
           
 

Methods in org.apache.commons.inject.impl that return IPoint
 IPoint<T> BindingProxy.getPoint()
           
 

Methods in org.apache.commons.inject.impl with parameters of type IPoint
 void ListPoint.add(IPoint<T> pPoint)
           
<T> AbstractBaseProvider<T>
Introspector.getProvider(Class<T> pType, IPoint<T> pPoint, IMutableBindingSource pBindings)
           
 

Constructors in org.apache.commons.inject.impl with parameters of type IPoint
AbstractBaseProvider(Class<T> pType, IPoint<T> pPoint)
          Creates a new base provider.
DefaultProvider(Class<T> pType, IPoint<T> pPoint)
           
FactoryMethodProvider(Constructor<T> pConstructor, IPoint<T> pPoint, IBinding<Object>[] pBindings)
           
FactoryMethodProvider(Method pMethod, IBinding<Object>[] pBindings, IPoint<T> pPoint)
           
 

Constructor parameters in org.apache.commons.inject.impl with type arguments of type IPoint
ListPoint(List<IPoint<T>> pPoints)
           
 

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

Methods in org.apache.commons.inject.impl.bind that return IPoint
 IPoint<T> DefaultBinding.getPoint()
           
 

Constructors in org.apache.commons.inject.impl.bind with parameters of type IPoint
DefaultBinding(IProvider<T> pProvider, IPoint<T> pPoint)
           
 



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