类 AnnotatedMethodsUtils
- java.lang.Object
-
- com.github.thierrysquirrel.sparrow.server.init.core.utils.AnnotatedMethodsUtils
-
public class AnnotatedMethodsUtils extends Object
ClassName: AnnotatedMethodsUtils Description: date: 2020/12/7 2:24- 从以下版本开始:
- JDK 1.8
- 作者:
- ThierrySquirrel
-
-
方法详细资料
-
getMethodAndAnnotation
public static <T extends Annotation> Map<Method,T> getMethodAndAnnotation(Object bean, Class<T> annotation)
-
-