|
|||||||||
| Home >> All >> java >> lang >> [ reflect overview ] | PREV NEXT | ||||||||
Uses of Class
java.lang.reflect.Method
| Uses of Method in java.lang.reflect |
| Fields in java.lang.reflect declared as Method | |
(package private) Method |
Proxy.ProxySignature.method
The underlying Method object, never null |
(package private) Method[] |
Proxy.ProxyData.methods
The Method objects this class must pass as the second argument to invoke (also useful for determining what methods this class has). |
private Method[] |
Proxy.ClassFactory.methods
The Method objects the proxy class refers to when calling the invocation handler. |
| Methods in java.lang.reflect with parameters of type Method | |
private static boolean |
Proxy.ProxyData.isCoreObjectMethod(Method method)
Checks whether the method is similar to a public non-final method of Object or not (i.e. |
java.lang.Object |
InvocationHandler.invoke(java.lang.Object proxy,
Method method,
java.lang.Object[] args)
When a method is invoked on a proxy instance, it is wrapped and this method is called instead, so that you may decide at runtime how the original method should behave. |
| Constructors in java.lang.reflect with parameters of type Method | |
Proxy.ProxySignature(Method method)
Construct a signature |
|
|
|||||||||
| Home >> All >> java >> lang >> [ reflect overview ] | PREV NEXT | ||||||||