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

gu.sql2java.excel.CustomBeanParser Maven / Gradle / Ivy

There is a newer version: 5.3.2
Show newest version
package gu.sql2java.excel;

import java.util.Map;

/**
 * 自定义导入数据转换接口
* 用户实现此接口,将输入的 列名-值 映射转为对应的数据对象返回 * @author guyadong * @since 3.29.0 */ public interface CustomBeanParser { public Object parse(Map input); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy