Remove localVarPrefix from Java client (#2045)

* remove localVarPrefix from java client

* rename local varaible

* update samples
This commit is contained in:
William Cheng
2019-02-08 11:51:26 +08:00
committed by GitHub
parent 36fa7102dd
commit 0a2fb8db8f
30 changed files with 2118 additions and 2139 deletions

View File

@@ -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|