forked from loafle/openapi-generator-original
Merge pull request #4305 from wing328/android_object_reserved_word
[Android] add Object as reserved keyword in Android generator
This commit is contained in:
commit
fdb6d3020c
@ -54,6 +54,9 @@ public class AndroidClientCodegen extends DefaultCodegen implements CodegenConfi
|
|||||||
"localVarFormParams", "localVarContentTypes", "localVarContentType",
|
"localVarFormParams", "localVarContentTypes", "localVarContentType",
|
||||||
"localVarResponse", "localVarBuilder", "authNames", "basePath", "apiInvoker",
|
"localVarResponse", "localVarBuilder", "authNames", "basePath", "apiInvoker",
|
||||||
|
|
||||||
|
// due to namespace collusion
|
||||||
|
"Object",
|
||||||
|
|
||||||
// android reserved words
|
// android reserved words
|
||||||
"abstract", "continue", "for", "new", "switch", "assert",
|
"abstract", "continue", "for", "new", "switch", "assert",
|
||||||
"default", "if", "package", "synchronized", "boolean", "do", "goto", "private",
|
"default", "if", "package", "synchronized", "boolean", "do", "goto", "private",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user