org.milyn.scribe.reflection
Class LookupMethod

java.lang.Object
  extended by org.milyn.scribe.reflection.LookupMethod

public class LookupMethod
extends Object

Author:
maurice TODO: implement type checking for primative types...

Constructor Summary
LookupMethod(Method method)
           
 
Method Summary
 Object invoke(Object obj, Map<String,?> parameters)
           
 Object invoke(Object obj, Object... args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LookupMethod

public LookupMethod(Method method)
Method Detail

invoke

public Object invoke(Object obj,
                     Map<String,?> parameters)

invoke

public Object invoke(Object obj,
                     Object... args)
Parameters:
obj -
args -
Returns:


Copyright © 2014. All Rights Reserved.