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

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

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

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

    /**
     * 目标对象的配置元数据
     *
     * @return 返回值
     */
    ExcelImportConfigDefined getExcelImportConfigDefined();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy