Class GeneratorPropertiesBuilder.TargetLocationBuilder
java.lang.Object
pro.chenggang.project.reactive.mybatis.support.generator.properties.GeneratorPropertiesBuilder.TargetLocationBuilder
- Enclosing class:
- GeneratorPropertiesBuilder
The target location builder
-
Method Summary
Modifier and TypeMethodDescriptionbaseLocation(String baseLocation) Base location.javaLocation(String javaLocation) Java location.mapperXmlLocation(String mapperXmlLocation) Mapper xml location.Build TargetLocation and return GeneratorPropertiesBuilder
-
Method Details
-
baseLocation
Base location. FYI: the whole project's location (Absolute Dir)- Parameters:
baseLocation- the base location- Returns:
- the target location builder
-
javaLocation
Java location. FYI: the project's java location (src/main/java)- Parameters:
javaLocation- the java location- Returns:
- the target location builder
-
mapperXmlLocation
Mapper xml location. FYI: the project's mapper xml location (src/main/resources)- Parameters:
mapperXmlLocation- the mapper xml location- Returns:
- the target location builder
-
thenBuilder
Build TargetLocation and return GeneratorPropertiesBuilder- Returns:
- the GeneratorPropertiesBuilder
-