Uses of Class
org.mybatis.scripting.thymeleaf.ThymeleafLanguageDriverConfig
Packages that use ThymeleafLanguageDriverConfig
Package
Description
The mybatis-thymeleaf root package.
The package that holds classes for supports development.
-
Uses of ThymeleafLanguageDriverConfig in org.mybatis.scripting.thymeleaf
Methods in org.mybatis.scripting.thymeleaf that return ThymeleafLanguageDriverConfigModifier 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.Method parameters in org.mybatis.scripting.thymeleaf with type arguments of type ThymeleafLanguageDriverConfigModifier and TypeMethodDescriptionThymeleafLanguageDriverConfig.newInstance(Consumer<ThymeleafLanguageDriverConfig> customizer) Create an instance using specified customizer and override using a default properties file.Constructors in org.mybatis.scripting.thymeleaf with parameters of type ThymeleafLanguageDriverConfigModifierConstructorDescriptionConstructor for creating instance with user specifiedProperties. -
Uses of ThymeleafLanguageDriverConfig in org.mybatis.scripting.thymeleaf.support
Methods in org.mybatis.scripting.thymeleaf.support with parameters of type ThymeleafLanguageDriverConfigModifier and TypeMethodDescriptionstatic voidTemplateFilePathProvider.setLanguageDriverConfig(ThymeleafLanguageDriverConfig languageDriverConfig) Set a configuration instance forThymeleafLanguageDriver.