Class TypeHelper

java.lang.Object
io.smallrye.mutiny.vertx.codegen.lang.TypeHelper

public class TypeHelper extends Object
  • Constructor Details

    • TypeHelper

      public TypeHelper()
  • Method Details

    • isHandlerOfPromise

      public static boolean isHandlerOfPromise(io.vertx.codegen.ParamInfo it)
    • isConsumerOfPromise

      public static boolean isConsumerOfPromise(io.vertx.codegen.ParamInfo it)
    • isConsumerOfPromise

      public static boolean isConsumerOfPromise(io.vertx.codegen.type.TypeInfo type)
    • isConsumerOfVoid

      public static boolean isConsumerOfVoid(io.vertx.codegen.type.TypeInfo type)