forked from loafle/openapi-generator-original
Remove links to basic types in java API docs (#7989)
* Remove links to basic types in java API docs This removes (most) wrong links to basic types in Java API docs. * Regenerate some more samples
This commit is contained in:
@@ -7,13 +7,13 @@
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**mapString** | **Map<String, String>** | | [optional]
|
||||
**mapNumber** | [**Map<String, BigDecimal>**](BigDecimal.md) | | [optional]
|
||||
**mapNumber** | **Map<String, BigDecimal>** | | [optional]
|
||||
**mapInteger** | **Map<String, Integer>** | | [optional]
|
||||
**mapBoolean** | **Map<String, Boolean>** | | [optional]
|
||||
**mapArrayInteger** | [**Map<String, List<Integer>>**](List.md) | | [optional]
|
||||
**mapArrayAnytype** | [**Map<String, List<Object>>**](List.md) | | [optional]
|
||||
**mapMapString** | [**Map<String, Map<String, String>>**](Map.md) | | [optional]
|
||||
**mapMapAnytype** | [**Map<String, Map<String, Object>>**](Map.md) | | [optional]
|
||||
**mapArrayInteger** | **Map<String, List<Integer>>** | | [optional]
|
||||
**mapArrayAnytype** | **Map<String, List<Object>>** | | [optional]
|
||||
**mapMapString** | **Map<String, Map<String, String>>** | | [optional]
|
||||
**mapMapAnytype** | **Map<String, Map<String, Object>>** | | [optional]
|
||||
**anytype1** | **Object** | | [optional]
|
||||
**anytype2** | **Object** | | [optional]
|
||||
**anytype3** | **Object** | | [optional]
|
||||
|
||||
Reference in New Issue
Block a user