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

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

package cn.sylinx.hbatis.ext.parse;

public interface ValueTokenHandler {

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy