public class InvocableMethod extends Object implements Invocable
InvocableMethod(Method method)
InvocableMethod(Object object, Method method)
boolean
equals(Object obj)
Method
getMethod()
Object
getObject()
int
hashCode()
invoke(Object... args)
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public InvocableMethod(Method method)
public InvocableMethod(Object object, Method method)
public Object invoke(Object... args)
invoke
Invocable
public Object getObject()
public Method getMethod()
public String toString()
toString
public int hashCode()
hashCode
public boolean equals(Object obj)
equals
Copyright © 2014. All rights reserved.