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

com.github.houbb.iexcel.hutool.support.read.MapToBeanReader Maven / Gradle / Ivy

There is a newer version: 1.6.0
Show newest version
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