Class GeneratorPropertiesBuilder.TargetLocationBuilder

java.lang.Object
pro.chenggang.project.reactive.mybatis.support.generator.properties.GeneratorPropertiesBuilder.TargetLocationBuilder
Enclosing class:
GeneratorPropertiesBuilder

public static class GeneratorPropertiesBuilder.TargetLocationBuilder extends Object
The target location builder
  • Method Details

    • baseLocation

      public GeneratorPropertiesBuilder.TargetLocationBuilder baseLocation(String baseLocation)
      Base location. FYI: the whole project's location (Absolute Dir)
      Parameters:
      baseLocation - the base location
      Returns:
      the target location builder
    • javaLocation

      public GeneratorPropertiesBuilder.TargetLocationBuilder javaLocation(String javaLocation)
      Java location. FYI: the project's java location (src/main/java)
      Parameters:
      javaLocation - the java location
      Returns:
      the target location builder
    • mapperXmlLocation

      public GeneratorPropertiesBuilder.TargetLocationBuilder mapperXmlLocation(String 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

      public GeneratorPropertiesBuilder thenBuilder()
      Build TargetLocation and return GeneratorPropertiesBuilder
      Returns:
      the GeneratorPropertiesBuilder