Class RowMapper<T>


  • public class RowMapper<T>
    extends Object
    Map a to an arbitrary T object.

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

    • Constructor Detail

      • RowMapper

        public RowMapper​(io.vertx.sqlclient.templates.RowMapper delegate)
      • RowMapper

        public RowMapper​(Object delegate,
                         TypeArg<T> typeArg_0)
      • RowMapper

        public RowMapper​(io.vertx.sqlclient.templates.RowMapper delegate,
                         TypeArg<T> typeArg_0)
    • Method Detail

      • getDelegate

        public io.vertx.sqlclient.templates.RowMapper getDelegate()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • map

        public T map​(Row row)
        Parameters:
        row - the row
        Returns:
        the object
      • newInstance

        public static <T> RowMapper<T> newInstance​(io.vertx.sqlclient.templates.RowMapper arg)
      • newInstance

        public static <T> RowMapper<T> newInstance​(io.vertx.sqlclient.templates.RowMapper arg,
                                                   TypeArg<T> __typeArg_T)