public class MethodHelper extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isTarget(Method method,
String name,
Class[] expectedParameterTypes,
Class retyrnType)
判断是否目标方法.
|
static boolean |
isTargetPrefix(Method method,
String prefixName,
boolean oneParameter)
判断是否一个前辍的方法.
|
Copyright © 2021. All rights reserved.