Package org.mybatis.scripting.thymeleaf
Class ThymeleafLanguageDriverConfig.TemplateFileConfig
java.lang.Object
org.mybatis.scripting.thymeleaf.SqlGeneratorConfig.TemplateFileConfig
org.mybatis.scripting.thymeleaf.ThymeleafLanguageDriverConfig.TemplateFileConfig
- Enclosing class:
ThymeleafLanguageDriverConfig
public static class ThymeleafLanguageDriverConfig.TemplateFileConfig
extends SqlGeneratorConfig.TemplateFileConfig
Template file configuration for language driver of the MyBatis.
- Since:
- 1.0.2
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
The template file path provider configuration. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the template file path provider configuration.Methods inherited from class org.mybatis.scripting.thymeleaf.SqlGeneratorConfig.TemplateFileConfig
getBaseDir, getCacheTtl, getEncoding, getPatterns, isCacheEnabled, setBaseDir, setCacheEnabled, setCacheTtl, setEncoding, setPatterns
-
Constructor Details
-
TemplateFileConfig
public TemplateFileConfig()
-
-
Method Details
-
getPathProvider
Get the template file path provider configuration.- Returns:
- the template file path provider configuration
- Since:
- 1.0.1
-