public final class MethodProxy extends Object implements Serializable
public Method resolve() throws ClassNotFoundException, NoSuchMethodException
Method instance.Method represented by this proxy.ClassNotFoundException - If the proxy's declaring type cannot be resolved.NoSuchMethodException - If the method does not exist on the declaring type.public static MethodProxy of(Method method)
method - The method to proxy.method.Copyright © 2014 GroupLens Research. All Rights Reserved.