
cn.sylinx.hbatis.ext.ifblock.IfEndMatcher Maven / Gradle / Ivy
package cn.sylinx.hbatis.ext.ifblock;
public interface IfEndMatcher {
/**
* 截取#IF[XX] xxxxx #END 对
* @param partStatement 类似 #IF[XX] xxxxx #END .... other str
* @return
*/
String findMatchIfEnd(String partStatement);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy