类的使用
com.github.codeboyzhou.mcp.declarative.reflect.MethodCache
使用MethodCache的程序包
-
com.github.codeboyzhou.mcp.declarative.reflect中MethodCache的使用
-
com.github.codeboyzhou.mcp.declarative.util中MethodCache的使用
修饰符和类型方法说明ReflectionHelper.getOrCache(Method method) Get or cache the metadata for the specified method.修饰符和类型方法说明ReflectionHelper.invoke(Object instance, MethodCache methodCache) Invoke the method represented by the specified method cache on the given instance with no parameters.ReflectionHelper.invoke(Object instance, MethodCache methodCache, List<Object> params) Invoke the method represented by the specified method cache on the given instance with the provided parameters.