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 RX-ified interface using Vert.x codegen.

    • Constructor Detail

      • RowMapper

        public RowMapper​(RowMapper delegate)
      • RowMapper

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

      • hashCode

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

        public RowMapper getDelegate()
      • map

        public T map​(Row row)
        Build a T representation of the given row
        Parameters:
        row - the row
        Returns:
        the object