
com.github.houbb.iexcel.hutool.support.read.MapToBeanReader Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of iexcel-hutool Show documentation
Show all versions of iexcel-hutool Show documentation
Excel read and write tool based on hutool-poi.
package com.github.houbb.iexcel.hutool.support.read;
import java.util.Map;
/**
* 读实现
* @param 泛型
*/
public interface MapToBeanReader {
T readToBean(Class tClass, Map dataMap);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy