Uses of Class
org.mybatis.scripting.thymeleaf.ThymeleafLanguageDriverConfig
Package
Description
The mybatis-thymeleaf root package.
The package that holds classes for supports development.
-
Uses of ThymeleafLanguageDriverConfig in org.mybatis.scripting.thymeleaf
Modifier and TypeMethodDescriptionThymeleafLanguageDriverConfig.newInstance()
Create an instance from default properties file.ThymeleafLanguageDriverConfig.newInstance
(String resourcePath) Create an instance from specified properties file.ThymeleafLanguageDriverConfig.newInstance
(Consumer<ThymeleafLanguageDriverConfig> customizer) Create an instance using specified customizer and override using a default properties file.ThymeleafLanguageDriverConfig.newInstance
(Properties customProperties) Create an instance from specified properties.Modifier and TypeMethodDescriptionThymeleafLanguageDriverConfig.newInstance
(Consumer<ThymeleafLanguageDriverConfig> customizer) Create an instance using specified customizer and override using a default properties file.ModifierConstructorDescriptionConstructor for creating instance with user specifiedProperties
. -
Uses of ThymeleafLanguageDriverConfig in org.mybatis.scripting.thymeleaf.support
Modifier and TypeMethodDescriptionstatic void
TemplateFilePathProvider.setLanguageDriverConfig
(ThymeleafLanguageDriverConfig languageDriverConfig) Set a configuration instance forThymeleafLanguageDriver
.