Uses of Interface
org.apache.ibatis.parsing.TokenHandler
Packages that use TokenHandler
Package
Description
Base package for the Configuration building code.
Parsing utils.
Default XML MyBatis language.
-
Uses of TokenHandler in org.apache.ibatis.builder
Classes in org.apache.ibatis.builder that implement TokenHandlerModifier and TypeClassDescriptionprivate static class -
Uses of TokenHandler in org.apache.ibatis.parsing
Classes in org.apache.ibatis.parsing that implement TokenHandlerFields in org.apache.ibatis.parsing declared as TokenHandlerConstructors in org.apache.ibatis.parsing with parameters of type TokenHandlerModifierConstructorDescriptionGenericTokenParser(String openToken, String closeToken, TokenHandler handler) -
Uses of TokenHandler in org.apache.ibatis.scripting.xmltags
Classes in org.apache.ibatis.scripting.xmltags that implement TokenHandlerModifier and TypeClassDescriptionprivate static classprivate static classMethods in org.apache.ibatis.scripting.xmltags with parameters of type TokenHandlerModifier and TypeMethodDescriptionprivate GenericTokenParserTextSqlNode.createParser(TokenHandler handler)