Class YamlGeneratorPropertiesLoader
- java.lang.Object
-
- pro.chenggang.project.reactive.mybatis.support.generator.properties.YamlGeneratorPropertiesLoader
-
- All Implemented Interfaces:
GeneratorPropertiesLoader
public class YamlGeneratorPropertiesLoader extends Object implements GeneratorPropertiesLoader
- Since:
- 1.0.0
- Version:
- 1.0.0
- Author:
- Gang Cheng
-
-
Constructor Summary
Constructors Constructor Description YamlGeneratorPropertiesLoader()YamlGeneratorPropertiesLoader(String configurationFileName)
-
-
-
Constructor Detail
-
YamlGeneratorPropertiesLoader
public YamlGeneratorPropertiesLoader()
-
YamlGeneratorPropertiesLoader
public YamlGeneratorPropertiesLoader(String configurationFileName)
-
-
Method Detail
-
load
public GeneratorProperties load()
Description copied from interface:GeneratorPropertiesLoaderLoad GeneratorProperties- Specified by:
loadin interfaceGeneratorPropertiesLoader- Returns:
- the GeneratorProperties
-
-