All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.gitee.cliveyuan.tools.data.TableAbstract Maven / Gradle / Ivy

There is a newer version: 4.0.6
Show newest version
package com.gitee.cliveyuan.tools.data;

import java.util.List;

/**
 * @author clive
 * Created on 2018/07/27
 * @since 1.0
 */
public class TableAbstract {

    List dataToObject(int skipRowNo, List data, Class clazz) {
        return TableUtils.dataToObject(skipRowNo, data, clazz);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy