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

com.ludii.excel.parse.ExcelImportConfigDefined Maven / Gradle / Ivy

There is a newer version: 1.1.0
Show newest version
package com.ludii.excel.parse;

import java.util.List;

/**
 * @author 陆迪
 * @date 2022/3/24
 */
public interface ExcelImportConfigDefined {

    /**
     * 导入对象类型
     *
     * @return 返回值
     */
    Class getItemClazz();

    /**
     * 解析excel的模式
     *
     * @return 返回值
     */
    ExcelFieldParseMode getExcelFieldParseMode();

    /**
     * 导入字段配置列表
     *
     * @return 返回值
     */
    List listExcelFieldAnnotationItem();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy