Package org.apache.ibatis.parsing
Interface TokenHandler
-
- All Known Implementing Classes:
PropertyParser.VariableTokenHandler,SqlSourceBuilder.ParameterMappingTokenHandler,TextSqlNode.BindingTokenParser,TextSqlNode.DynamicCheckerTokenParser
public interface TokenHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringhandleToken(java.lang.String content)
-