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

net.wicp.tams.common.callback.IConvertValue Maven / Gradle / Ivy

There is a newer version: 6.1.0
Show newest version
package net.wicp.tams.common.callback;

/***
 * 把某个对象通过某种规则转换成想要的值
 * 
 * @author andy.zhou
 *
 * @param 
 *            对象Class
 */
public interface IConvertValue {
	/***
	 * 把对象转换成解释
	 * 
	 * @param keyObj
	 *            要解释的key
	 * @return 解释字符
	 */
	public String getStr(V keyObj);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy