Skip to content

Commit 247ce22

Browse files
Update README.md
Added info about `localVariablePrefix` which is no where else in the docs.
1 parent 16f539d commit 247ce22

File tree

1 file changed

+1
-0
lines changed
  • modules/swagger-codegen-maven-plugin

1 file changed

+1
-0
lines changed

modules/swagger-codegen-maven-plugin/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ mvn clean compile
4646
- `apiPackage` - the package to use for generated api objects/classes
4747
- `invokerPackage` - the package to use for the generated invoker objects
4848
- `modelNamePrefix` and `modelNameSuffix` - Sets the pre- or suffix for model classes and enums
49+
- `localVariablePrefix` - adds a prefix for all generated local variables. Helps if your API has method names that conflict with local variable names.
4950
- `withXml` - enable XML annotations inside the generated models and API (only works with Java `language` and libraries that provide support for JSON and XML)
5051
- `configOptions` - a map of language-specific parameters (see below)
5152
- `configHelp` - dumps the configuration help for the specified library (generates no sources)

0 commit comments

Comments
 (0)