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

com.moon.poi.excel.table.Creator Maven / Gradle / Ivy

package com.moon.poi.excel.table;

import java.beans.PropertyDescriptor;
import java.lang.reflect.Method;

/**
 * @author moonsky
 */
interface Creator {

    /**
     * 获取方法
     *
     * @param descriptor
     *
     * @return
     */
    Method getMethod(PropertyDescriptor descriptor);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy