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

io.gitee.ludii.excel.converts.ReadConverter Maven / Gradle / Ivy

/*
 * Copyright https://yuque.com/easyexcel All rights reserved.
 */
package io.gitee.ludii.excel.converts;

import io.gitee.ludii.excel.read.metadata.data.ReadCellData;

/**
 * Convert between Java objects and excel objects
 *
 * @param 
 * @author Dan Zheng
 */
public interface ReadConverter extends Converter {

    T convertToJavaData(ReadCellData readCellData);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy