public class MethodInfoImpl extends Object implements MethodInfo
| Constructor and Description |
|---|
MethodInfoImpl(String name,
Class<?> returnType,
List<Class<?>> parameterTypes,
String declaringClassName,
ClassLoader loader) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDeclaringClassName() |
ClassLoader |
getLoader() |
String |
getName() |
List<Class<?>> |
getParameterTypes() |
Class<?> |
getReturnType() |
public String getDeclaringClassName()
getDeclaringClassName in interface MethodInfo@Nullable public ClassLoader getLoader()
getLoader in interface MethodInfopublic String getName()
getName in interface MethodInfopublic List<Class<?>> getParameterTypes()
getParameterTypes in interface MethodInfopublic Class<?> getReturnType()
getReturnType in interface MethodInfoCopyright © 2011–2020 Glowroot contributors. All rights reserved.