Class GeneratorProperties.TargetPackage
java.lang.Object
pro.chenggang.project.reactive.mybatis.support.generator.properties.GeneratorProperties.TargetPackage
- Enclosing class:
- GeneratorProperties
The Target package.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet full mapper interface package.Get full model package.
-
Constructor Details
-
TargetPackage
public TargetPackage()
-
-
Method Details
-
getFullModelPackage
Get full model package.- Returns:
- the full model package
-
getFullMapperInterfacePackage
Get full mapper interface package.- Returns:
- the full mapper interface package
-