接口的使用
org.redkale.util.Invoker
-
使用Invoker的程序包 程序包 说明 org.redkale.util Redkale工具包 -
-
org.redkale.util中Invoker的使用
返回Invoker的org.redkale.util中的方法 修饰符和类型 方法 说明 static <C,T>
Invoker<C,T>Invoker. create(Class<C> clazz, Method method)
static <C,T>
Invoker<C,T>Invoker. create(Class<C> clazz, String methodName, Class... paramTypes)
static <C,T>
Invoker<C,T>Invoker. load(Class<C> clazz, Method method)
static <C,T>
Invoker<C,T>Invoker. load(Class<C> clazz, String methodName, Class... paramTypes)
-