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

net.wicp.tams.common.spring.constant.IConvert Maven / Gradle / Ivy

There is a newer version: 3.6.1
Show newest version
package net.wicp.tams.common.spring.constant;

import java.util.Map;

public interface IConvert {
	/***
	 * 
	 * @param fileKey 在spring显示的属性文件key
	 * @param source  在spring配置的当前文件值
	 * @param allMap  spring解析到当前所有包含的值
	 * @return 转换后的值需要加入Conf值
	 */
	public Map convertMap(String fileKey, final Map source,
			final Map allMap);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy