public final class MethodMeta extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
Set<String> |
fullNameSet |
Type[] |
genericTypes |
Set<String> |
jointMarkSet |
Method |
method |
Set<Character> |
optCharSet |
Optional<Opt>[] |
optionals |
Class<?>[] |
parameterTypes |
int |
size |
public final Method method
public final int size
public final Class<?>[] parameterTypes
public final Type[] genericTypes
protected static MethodMeta getInstance(Method method)
Copyright © 2021. All rights reserved.