Fix support for 'class' properties in Java codegen (#4237)

* Fix support for 'class' properties in Java codegen

Currently Java codegen works successfully for property named 'class' but
fails on '_class', '__class', etc, because of 'Object.getClass()'
overloading.

This fix is intended to avoid all Object method overloading cases.

* Regenerated samples for Java petstore-security-test
This commit is contained in:
menchauser
2016-11-22 20:18:40 +04:00
committed by wing328
parent 4e2c037e21
commit 6ebc2fc051
41 changed files with 1040 additions and 636 deletions

View File

@@ -0,0 +1,10 @@
# ClassModel
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**propertyClass** | **String** | | [optional]