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

cn.sylinx.hbatis.ext.parse.ValueTokenHandler Maven / Gradle / Ivy

The newest version!
package cn.sylinx.hbatis.ext.parse;

public interface ValueTokenHandler {

	/**
	 * 处理占位符
	 * @param content 占位符
	 * @return
	 */
	Object handle(String content);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy