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

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

Go to download

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

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

import java.lang.reflect.Method;

/**
 * @author feizns
 * @since 2019/5/28
 */
public interface MethodSelectionStrategy {

    /**
     * 方法选择策略,找不到最优的则返回 {@code null}
     * @param targetType
     * @param original
     * @param methods
     * @return
     */
    MethodWrapper find(Class targetType, Object original, Method... methods);

}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy