| Package | Description |
|---|---|
| org.mybatis.scripting.thymeleaf |
The mybatis-thymeleaf root package.
|
| org.mybatis.scripting.thymeleaf.support |
The package that holds classes for supports development.
|
| Modifier and Type | Method and Description |
|---|---|
static ThymeleafLanguageDriverConfig |
ThymeleafLanguageDriverConfig.newInstance()
Create an instance from default properties file.
|
static ThymeleafLanguageDriverConfig |
ThymeleafLanguageDriverConfig.newInstance(Consumer<ThymeleafLanguageDriverConfig> customizer)
Create an instance using specified customizer and override using a default properties file.
|
static ThymeleafLanguageDriverConfig |
ThymeleafLanguageDriverConfig.newInstance(Properties customProperties)
Create an instance from specified properties.
|
static ThymeleafLanguageDriverConfig |
ThymeleafLanguageDriverConfig.newInstance(String resourcePath)
Create an instance from specified properties file.
|
| Modifier and Type | Method and Description |
|---|---|
static ThymeleafLanguageDriverConfig |
ThymeleafLanguageDriverConfig.newInstance(Consumer<ThymeleafLanguageDriverConfig> customizer)
Create an instance using specified customizer and override using a default properties file.
|
| Constructor and Description |
|---|
ThymeleafLanguageDriver(ThymeleafLanguageDriverConfig config)
Constructor for creating instance with user specified
Properties. |
| Modifier and Type | Method and Description |
|---|---|
static void |
TemplateFilePathProvider.setLanguageDriverConfig(ThymeleafLanguageDriverConfig languageDriverConfig)
Set a configuration instance for
ThymeleafLanguageDriver. |
Copyright © 2018–2020 MyBatis.org. All rights reserved.