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

com.github.houbb.iexcel.hutool.support.write.BeanToMapWriter Maven / Gradle / Ivy

There is a newer version: 1.6.0
Show newest version
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