com.github.developframework.excel.ColumnValueConverter Maven / Gradle / Ivy
package com.github.developframework.excel;
/**
* @author qiushui on 2019-05-18.
*/
public interface ColumnValueConverter {
TARGET convert(ENTITY entity, SOURCE value);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy