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

com.ideaaedi.commonspring.lite.params.RequestPathProvider Maven / Gradle / Ivy

The newest version!
package com.ideaaedi.commonspring.lite.params;

import java.lang.reflect.Method;

/**
 * 请求路径提供器
 *
 * @author JustryDeng 
 * @since 1.0.0
 */
public interface RequestPathProvider {
    
    /**
     * 获取请求路径
     *
     * @param method
     *            当前方法
     * @return 请求路径
     */
    String requestPath(Method method);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy