org.apache.commons.inject.impl
Class Introspector

java.lang.Object
  extended by org.apache.commons.inject.impl.Introspector

public class Introspector
extends Object


Method Summary
static Introspector getInstance()
           
<T> ListPoint<T>
getPoint(Class<T> pType, IMutableBindingSource pBindings)
           
<T> AbstractBaseProvider<T>
getProvider(Class<T> pType, IPoint<T> pPoint, IMutableBindingSource pBindings)
           
<T> AbstractBaseProvider<T>
getProvider(Constructor<? extends T> pConstructor, IMutableBindingSource pBindings)
           
<T> AbstractBaseProvider<T>
getProvider(Method pMethod, IMutableBindingSource pBindings)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static Introspector getInstance()

getProvider

public <T> AbstractBaseProvider<T> getProvider(Class<T> pType,
                                               IPoint<T> pPoint,
                                               IMutableBindingSource pBindings)

getProvider

public <T> AbstractBaseProvider<T> getProvider(Constructor<? extends T> pConstructor,
                                               IMutableBindingSource pBindings)

getProvider

public <T> AbstractBaseProvider<T> getProvider(Method pMethod,
                                               IMutableBindingSource pBindings)

getPoint

public <T> ListPoint<T> getPoint(Class<T> pType,
                                 IMutableBindingSource pBindings)


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