
com.github.houbb.iexcel.hutool.support.write.BeanToMapWriter Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of iexcel-hutool Show documentation
Show all versions of iexcel-hutool Show documentation
Excel read and write tool based on hutool-poi.
package com.github.houbb.iexcel.hutool.support.write;
import java.util.Map;
/**
* 对象转换为行
*/
public interface BeanToMapWriter {
Map beanToMap(Object object);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy