public class MapperReplaceInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
baseSql |
private File |
file |
private String |
text |
| Constructor and Description |
|---|
MapperReplaceInfo(String baseSql,
File file,
String text) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBaseSql() |
File |
getFile() |
String |
getText() |
void |
setBaseSql(String baseSql) |
void |
setFile(File file) |
void |
setText(String text) |
Copyright © 2024. All rights reserved.