public class TemplateEngineConfigurator extends AbstractEngineConfigurator
| Modifier and Type | Field and Description |
|---|---|
protected TemplateEngineConfiguration |
engineConfiguration |
protected com.fasterxml.jackson.databind.ObjectMapper |
objectMapper |
enableMybatisXmlMappingValidation| Constructor and Description |
|---|
TemplateEngineConfigurator() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(AbstractEngineConfiguration engineConfiguration) |
protected List<EngineDeployer> |
getCustomDeployers() |
TemplateEngineConfiguration |
getEngineConfiguration() |
protected List<Class<? extends Entity>> |
getEntityDeletionOrder() |
protected List<Class<? extends Entity>> |
getEntityInsertionOrder() |
protected String |
getMybatisCfgPath() |
com.fasterxml.jackson.databind.ObjectMapper |
getObjectMapper() |
int |
getPriority() |
protected TemplateEngine |
initEngine() |
void |
setEngineConfiguration(TemplateEngineConfiguration engineConfiguration) |
void |
setObjectMapper(com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
beforeInit, createDocumentBuilderFactory, getMybatisTypeAliases, getMybatisTypeHandlers, initClock, initCommandContextFactory, initDataSource, initDbProperties, initDbSqlSessionFactory, initEngineConfigurations, initEventDispatcher, initEventRegistryEventConsumers, initialiseCommonProperties, initIdGenerator, initObjectMapper, initServiceConfigurations, initSessionFactories, initVariableTypes, isEnableMybatisXmlMappingValidation, registerCustomDeployers, registerCustomMybatisMappings, setEnableMybatisXmlMappingValidationprotected TemplateEngineConfiguration engineConfiguration
protected com.fasterxml.jackson.databind.ObjectMapper objectMapper
protected List<EngineDeployer> getCustomDeployers()
getCustomDeployers in class AbstractEngineConfiguratorprotected String getMybatisCfgPath()
getMybatisCfgPath in class AbstractEngineConfiguratorprotected List<Class<? extends Entity>> getEntityInsertionOrder()
getEntityInsertionOrder in class AbstractEngineConfiguratorprotected List<Class<? extends Entity>> getEntityDeletionOrder()
getEntityDeletionOrder in class AbstractEngineConfiguratorpublic void configure(AbstractEngineConfiguration engineConfiguration)
protected TemplateEngine initEngine()
public int getPriority()
public TemplateEngineConfiguration getEngineConfiguration()
public void setEngineConfiguration(TemplateEngineConfiguration engineConfiguration)
public com.fasterxml.jackson.databind.ObjectMapper getObjectMapper()
public void setObjectMapper(com.fasterxml.jackson.databind.ObjectMapper objectMapper)