Class InvokerUtil

java.lang.Object
io.vertx.up.uca.invoker.InvokerUtil

public class InvokerUtil extends Object
Tool for invoker do shared works.
  • Constructor Details

    • InvokerUtil

      public InvokerUtil()
  • Method Details

    • invokeCall

      public static Object invokeCall(Object proxy, Method method, Envelop envelop)
    • invoke

      public static <T> T invoke(Object proxy, Method method, Object... args)
    • verifyArgs

      public static void verifyArgs(Method method, Class<?> target)
      TypedArgument verification Public for replacing duplicated code
      Parameters:
      method - checked method.
      target - checked class