public class MethodInfo extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Method |
getMethod()
Returns an instance of the Method represented by this MethodInfo
The expectation here is that only java bean getter and setter methods will be called
|
String |
getName() |
int |
hashCode() |
Object |
invoke(Object target,
Object... args) |
public String getName()
public Method getMethod()
public Object invoke(Object target, Object... args) throws SecurityException, IllegalAccessException, InvocationTargetException
Copyright © 2015–2020 Neo Technology, Inc.. All rights reserved.