Return to www.inductionframework.org

Uses of Interface
com.acciente.commons.reflect.ParameterProvider

Packages that use ParameterProvider
com.acciente.commons.reflect   
 

Uses of ParameterProvider in com.acciente.commons.reflect
 

Methods in com.acciente.commons.reflect with parameters of type ParameterProvider
static java.lang.Object Invoker.invoke(java.lang.reflect.Constructor oConstructor, java.lang.Object[] aoArgs, ParameterProvider oParameterProvider)
          This method calls the specified class constructor using the specified args as follows.
static java.lang.Object Invoker.invoke(java.lang.reflect.Method oMethod, java.lang.Object oTarget, java.lang.Object[] aoArgs, ParameterProvider oParameterProvider)
          This method calls the specified method using the specified args as follows.
 


Return to www.inductionframework.org

Copyright © 2008-2011 Acciente, LLC. All Rights Reserved.