Class VertxBatchLoader<K,V>

java.lang.Object
io.vertx.mutiny.ext.web.handler.graphql.dataloader.VertxBatchLoader<K,V>
All Implemented Interfaces:
MutinyDelegate

@Deprecated public class VertxBatchLoader<K,V> extends Object implements MutinyDelegate
Deprecated.
A that works well with Vert.x callback and based APIs.

NOTE: This class has been automatically generated from the original non Mutiny-ified interface using Vert.x codegen.

  • Field Details

    • __TYPE_ARG

      public static final TypeArg<VertxBatchLoader> __TYPE_ARG
      Deprecated.
    • __typeArg_0

      public final TypeArg<K> __typeArg_0
      Deprecated.
    • __typeArg_1

      public final TypeArg<V> __typeArg_1
      Deprecated.
  • Constructor Details

    • VertxBatchLoader

      public VertxBatchLoader(io.vertx.ext.web.handler.graphql.dataloader.VertxBatchLoader delegate)
      Deprecated.
    • VertxBatchLoader

      public VertxBatchLoader(Object delegate, TypeArg<K> typeArg_0, TypeArg<V> typeArg_1)
      Deprecated.
    • VertxBatchLoader

      public VertxBatchLoader(io.vertx.ext.web.handler.graphql.dataloader.VertxBatchLoader delegate, TypeArg<K> typeArg_0, TypeArg<V> typeArg_1)
      Deprecated.
  • Method Details

    • getDelegate

      public io.vertx.ext.web.handler.graphql.dataloader.VertxBatchLoader getDelegate()
      Deprecated.
      Specified by:
      getDelegate in interface MutinyDelegate
      Returns:
      the delegate used by this Mutiny object of generated type
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Deprecated.
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Deprecated.
      Overrides:
      hashCode in class Object
    • newInstance

      public static <K, V> VertxBatchLoader<K,V> newInstance(io.vertx.ext.web.handler.graphql.dataloader.VertxBatchLoader arg)
      Deprecated.
    • newInstance

      public static <K, V> VertxBatchLoader<K,V> newInstance(io.vertx.ext.web.handler.graphql.dataloader.VertxBatchLoader arg, TypeArg<K> __typeArg_K, TypeArg<V> __typeArg_V)
      Deprecated.