com.jn.sqlhelper.common.resultset.MapRowMapper Maven / Gradle / Ivy
package com.jn.sqlhelper.common.resultset;
import com.jn.langx.annotation.Nullable;
import com.jn.langx.util.Throwables;
import com.jn.langx.util.collection.LinkedCaseInsensitiveMap;
import java.sql.ResultSet;
import java.util.Map;
public class MapRowMapper implements RowMapper