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

com.gitee.feizns.convert.method.MethodWrapper Maven / Gradle / Ivy

Go to download

Java 类型,反射,属性以及实体类操作工具类。

There is a newer version: 5.5-RELEASE
Show newest version
package com.gitee.feizns.convert.method;

/**
 * @author feizns
 * @since 2019/5/29
 */
public interface MethodWrapper {

    /**
     * 调用方法
     * @return
     */
    Object invoke();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy