mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-10 19:12:42 +00:00
Remove localVarPrefix from Java client (#2045)
* remove localVarPrefix from java client * rename local varaible * update samples
This commit is contained in:
@@ -29,7 +29,6 @@ sidebar_label: java
|
||||
|licenseName|The name of the license| |null|
|
||||
|licenseUrl|The URL of the license| |null|
|
||||
|sourceFolder|source folder for generated code| |null|
|
||||
|localVariablePrefix|prefix for generated code members and local variables| |null|
|
||||
|serializableModel|boolean - toggle "implements Serializable" for generated models| |false|
|
||||
|bigDecimalAsString|Treat BigDecimal values as Strings to avoid precision loss.| |false|
|
||||
|fullJavaUtil|whether to use fully qualified name for classes under java.util. This option only works for Java API client| |false|
|
||||
|
||||
Reference in New Issue
Block a user