public abstract class AbstractEngineAutoConfiguration extends Object
| Modifier and Type | Field and Description |
|---|---|
protected FlowableProperties |
flowableProperties |
protected org.slf4j.Logger |
logger |
protected org.springframework.core.io.support.ResourcePatternResolver |
resourcePatternResolver |
| Constructor and Description |
|---|
AbstractEngineAutoConfiguration(FlowableProperties flowableProperties) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
configureEngine(org.flowable.common.engine.impl.AbstractEngineConfiguration engineConfiguration,
DataSource dataSource) |
protected <T> T |
defaultIfNotNull(T value,
T defaultValue) |
protected String |
defaultText(String deploymentName,
String defaultName) |
List<org.springframework.core.io.Resource> |
discoverDeploymentResources(String prefix,
List<String> suffixes,
boolean loadResources) |
protected Set<Class<?>> |
getCustomMybatisMapperClasses(List<String> customMyBatisMappers) |
void |
setResourcePatternResolver(org.springframework.core.io.support.ResourcePatternResolver resourcePatternResolver) |
protected final org.slf4j.Logger logger
protected final FlowableProperties flowableProperties
protected org.springframework.core.io.support.ResourcePatternResolver resourcePatternResolver
public AbstractEngineAutoConfiguration(FlowableProperties flowableProperties)
@Autowired public void setResourcePatternResolver(org.springframework.core.io.support.ResourcePatternResolver resourcePatternResolver)
protected void configureEngine(org.flowable.common.engine.impl.AbstractEngineConfiguration engineConfiguration,
DataSource dataSource)
public List<org.springframework.core.io.Resource> discoverDeploymentResources(String prefix, List<String> suffixes, boolean loadResources) throws IOException
IOExceptionprotected Set<Class<?>> getCustomMybatisMapperClasses(List<String> customMyBatisMappers)
protected <T> T defaultIfNotNull(T value,
T defaultValue)
Copyright © 2022 Flowable. All rights reserved.