Package org.glowroot.agent.plugin.api
Interface MethodInfo
public interface MethodInfo
-
Method Details
-
getName
String getName() -
getReturnType
Class<?> getReturnType() -
getParameterTypes
-
getDeclaringClassName
String getDeclaringClassName() -
getLoader
ClassLoader getLoader()
-