Class GeneratorProperties.TargetLocation
java.lang.Object
pro.chenggang.project.reactive.mybatis.support.generator.properties.GeneratorProperties.TargetLocation
- Enclosing class:
- GeneratorProperties
The Target location.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet full java location.Get full mapper xml location.
-
Constructor Details
-
TargetLocation
public TargetLocation()
-
-
Method Details
-
getFullJavaLocation
Get full java location.- Returns:
- the full java location
-
getFullMapperXmlLocation
Get full mapper xml location.- Returns:
- the full mapper xml location
-