Class InstantiatorRowMapper<T>

java.lang.Object
org.dalesbred.internal.result.InstantiatorRowMapper<T>
All Implemented Interfaces:
RowMapper<T>

public final class InstantiatorRowMapper<T> extends Object implements RowMapper<T>
  • Constructor Details

    • InstantiatorRowMapper

      public InstantiatorRowMapper(@NotNull @NotNull Class<T> cl, @NotNull @NotNull InstantiatorProvider instantiatorProvider)
  • Method Details