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 Object Invoker.invoke(Constructor oConstructor, Object[] aoArgs, ParameterProvider oParameterProvider)
          This method calls the specified class constructor using the specified args as follows.
static Object Invoker.invoke(Method oMethod, Object oTarget, Object[] aoArgs, ParameterProvider oParameterProvider)
          This method calls the specified method using the specified args as follows.
 



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