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