You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/swagger-codegen-maven-plugin/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,7 @@ mvn clean compile
46
46
-`apiPackage` - the package to use for generated api objects/classes
47
47
-`invokerPackage` - the package to use for the generated invoker objects
48
48
-`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.
49
50
-`withXml` - enable XML annotations inside the generated models and API (only works with Java `language` and libraries that provide support for JSON and XML)
50
51
-`configOptions` - a map of language-specific parameters (see below)
51
52
-`configHelp` - dumps the configuration help for the specified library (generates no sources)
0 commit comments