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

com.jd.httpservice.agent.RequestParamResolver Maven / Gradle / Ivy

There is a newer version: 2.1.4.RELEASE
Show newest version
package com.jd.httpservice.agent;

import com.jd.httpservice.NamedParamMap;

/**
 * 请求参数解析器;
 * 
 * @author haiq
 *
 */
interface RequestParamResolver {
	
	/**
	 * 将方法参数列表解析为请求参数的变量表;
	 * 
	 * @param args 方法参数列表;
	 * @return
	 */
	NamedParamMap resolve(Object[] args);
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy