public class MethodDescriptor extends Object
| Constructor and Description |
|---|
MethodDescriptor(Method method) |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getCompatibleParamSignatures() |
Method |
getMethod() |
String |
getMethodName() |
String |
getParamDesc() |
Class<?>[] |
getParameterClasses() |
Class<?> |
getReturnClass() |
Type[] |
getReturnTypes() |
boolean |
isGeneric() |
boolean |
matchParams(String params) |
public MethodDescriptor(Method method)
public boolean matchParams(String params)
public Method getMethod()
public String getParamDesc()
public String[] getCompatibleParamSignatures()
public Class<?>[] getParameterClasses()
public Class<?> getReturnClass()
public Type[] getReturnTypes()
public String getMethodName()
public boolean isGeneric()
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.