Changed Methods |
Class[] getExceptionTypes()
|
Documentation changed from old to new. |
Returns an array of Class objects that represent the types of the exceptions declared to be thrown by the underlying method represented by this Method object. |
Class[] getParameterTypes()
|
Documentation changed from old to new. |
Returns an array of Class objects that represent the formal parameter types in declaration order of the method represented by this Method object. |
Class getReturnType()
|
Documentation changed from old to new. |
Returns a Class object that represents the formal return type of the method represented by this Method object. |
Object invoke(Object, Object[])
|
Documentation changed from old to new. Changed from native to non-native.
|
Invokes the underlying method represented by this Method object on the specified object with the specified parameters. |