mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-18 21:27:10 +00:00
Add AnyType support to Java generators (#6246)
* add anytype support to java * fix test * fix primitive type * update tests * update samples
This commit is contained in:
@@ -16,9 +16,9 @@ Name | Type | Description | Notes
|
||||
**map_array_anytype** | **HASH[string,ARRAY[object]]** | | [optional]
|
||||
**map_map_string** | **HASH[string,HASH[string,string]]** | | [optional]
|
||||
**map_map_anytype** | **HASH[string,HASH[string,object]]** | | [optional]
|
||||
**anytype_1** | [**object**](.md) | | [optional]
|
||||
**anytype_2** | [**object**](.md) | | [optional]
|
||||
**anytype_3** | [**object**](.md) | | [optional]
|
||||
**anytype_1** | **object** | | [optional]
|
||||
**anytype_2** | **object** | | [optional]
|
||||
**anytype_3** | **object** | | [optional]
|
||||
|
||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user