public class MethodDescriptor extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
MethodDescriptor.MethodParameter |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
consume() |
static MethodDescriptor |
create(Class<?> clazz,
Method method) |
Annotation[] |
getAnnotations() |
Class<?> |
getClazz() |
Object |
getInvokeTarget() |
Method |
getMethod() |
MethodDescriptor.MethodParameter[] |
getParameters() |
Class<?> |
getReturnType() |
static void |
main(String[] args) |
String |
produce() |
public static MethodDescriptor create(Class<?> clazz, Method method)
public Class<?> getClazz()
public Method getMethod()
public MethodDescriptor.MethodParameter[] getParameters()
public Class<?> getReturnType()
public Object getInvokeTarget()
public Annotation[] getAnnotations()
public String consume()
public String produce()
Copyright © 2018. All rights reserved.