Skip to content

Commit 986e90a

Browse files
committed
Merge branch 'patch-1' of https://github.com/kodonnell-heila/swagger-codegen into kodonnell-heila-patch-1
2 parents cff2c41 + 247ce22 commit 986e90a

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)