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:
Thomas Hervé
2020-11-23 09:24:31 +01:00
committed by GitHub
parent 70bc472b86
commit 14ff8e0ffd
307 changed files with 641 additions and 641 deletions

View File

@@ -7,7 +7,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**mapProperty** | **Map<String, String>** | | [optional]
**mapOfMapProperty** | [**Map<String, Map<String, String>>**](Map.md) | | [optional]
**mapOfMapProperty** | **Map<String, Map<String, String>>** | | [optional]
**anytype1** | **Object** | | [optional]
**mapWithUndeclaredPropertiesAnytype1** | **Object** | | [optional]
**mapWithUndeclaredPropertiesAnytype2** | **Object** | | [optional]

View File

@@ -6,7 +6,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**arrayArrayNumber** | [**List<List<BigDecimal>>**](List.md) | | [optional]
**arrayArrayNumber** | **List<List<BigDecimal>>** | | [optional]

View File

@@ -6,7 +6,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**arrayNumber** | [**List<BigDecimal>**](BigDecimal.md) | | [optional]
**arrayNumber** | **List<BigDecimal>** | | [optional]

View File

@@ -7,8 +7,8 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**arrayOfString** | **List<String>** | | [optional]
**arrayArrayOfInteger** | [**List<List<Long>>**](List.md) | | [optional]
**arrayArrayOfModel** | [**List<List<ReadOnlyFirst>>**](List.md) | | [optional]
**arrayArrayOfInteger** | **List<List<Long>>** | | [optional]
**arrayArrayOfModel** | **List<List<ReadOnlyFirst>>** | | [optional]

View File

@@ -6,7 +6,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**lengthCm** | [**BigDecimal**](BigDecimal.md) | | [optional]
**lengthCm** | **BigDecimal** | | [optional]

View File

@@ -6,7 +6,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**lengthCm** | [**BigDecimal**](BigDecimal.md) | |
**lengthCm** | **BigDecimal** | |
**sweet** | **Boolean** | | [optional]

View File

@@ -10,10 +10,10 @@ Name | Type | Description | Notes
**enumStringRequired** | [**EnumStringRequiredEnum**](#EnumStringRequiredEnum) | |
**enumInteger** | [**EnumIntegerEnum**](#EnumIntegerEnum) | | [optional]
**enumNumber** | [**EnumNumberEnum**](#EnumNumberEnum) | | [optional]
**outerEnum** | [**OuterEnum**](OuterEnum.md) | | [optional]
**outerEnumInteger** | [**OuterEnumInteger**](OuterEnumInteger.md) | | [optional]
**outerEnumDefaultValue** | [**OuterEnumDefaultValue**](OuterEnumDefaultValue.md) | | [optional]
**outerEnumIntegerDefaultValue** | [**OuterEnumIntegerDefaultValue**](OuterEnumIntegerDefaultValue.md) | | [optional]
**outerEnum** | **OuterEnum** | | [optional]
**outerEnumInteger** | **OuterEnumInteger** | | [optional]
**outerEnumDefaultValue** | **OuterEnumDefaultValue** | | [optional]
**outerEnumIntegerDefaultValue** | **OuterEnumIntegerDefaultValue** | | [optional]

View File

@@ -744,13 +744,13 @@ public class Example {
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**enumHeaderStringArray** | [**List<String>**](String.md)| Header parameter enum test (string array) | [optional] [enum: >, $]
**enumHeaderStringArray** | **List<String>**| Header parameter enum test (string array) | [optional] [enum: >, $]
**enumHeaderString** | **String**| Header parameter enum test (string) | [optional] [default to -efg] [enum: _abc, -efg, (xyz)]
**enumQueryStringArray** | [**List<String>**](String.md)| Query parameter enum test (string array) | [optional] [enum: >, $]
**enumQueryStringArray** | **List<String>**| Query parameter enum test (string array) | [optional] [enum: >, $]
**enumQueryString** | **String**| Query parameter enum test (string) | [optional] [default to -efg] [enum: _abc, -efg, (xyz)]
**enumQueryInteger** | **Integer**| Query parameter enum test (double) | [optional] [enum: 1, -2]
**enumQueryDouble** | **Double**| Query parameter enum test (double) | [optional] [enum: 1.1, -1.2]
**enumFormStringArray** | [**List<String>**](String.md)| Form parameter enum test (string array) | [optional] [enum: >, $]
**enumFormStringArray** | **List<String>**| Form parameter enum test (string array) | [optional] [enum: >, $]
**enumFormString** | **String**| Form parameter enum test (string) | [optional] [default to -efg] [enum: _abc, -efg, (xyz)]
### Return type
@@ -900,7 +900,7 @@ public class Example {
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**requestBody** | [**Map<String, String>**](String.md)| request body |
**requestBody** | **Map<String,String>**| request body |
### Return type
@@ -1032,11 +1032,11 @@ public class Example {
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**pipe** | [**List<String>**](String.md)| |
**ioutil** | [**List<String>**](String.md)| |
**http** | [**List<String>**](String.md)| |
**url** | [**List<String>**](String.md)| |
**context** | [**List<String>**](String.md)| |
**pipe** | **List<String>**| |
**ioutil** | **List<String>**| |
**http** | **List<String>**| |
**url** | **List<String>**| |
**context** | **List<String>**| |
### Return type

View File

@@ -9,16 +9,16 @@ Name | Type | Description | Notes
**integer** | **Integer** | | [optional]
**int32** | **Integer** | | [optional]
**int64** | **Long** | | [optional]
**number** | [**BigDecimal**](BigDecimal.md) | |
**number** | **BigDecimal** | |
**_float** | **Float** | | [optional]
**_double** | **Double** | | [optional]
**decimal** | [**BigDecimal**](BigDecimal.md) | | [optional]
**decimal** | **BigDecimal** | | [optional]
**string** | **String** | | [optional]
**_byte** | **byte[]** | |
**binary** | [**File**](File.md) | | [optional]
**date** | [**LocalDate**](LocalDate.md) | |
**dateTime** | [**OffsetDateTime**](OffsetDateTime.md) | | [optional]
**uuid** | [**UUID**](UUID.md) | | [optional]
**binary** | **File** | | [optional]
**date** | **LocalDate** | |
**dateTime** | **OffsetDateTime** | | [optional]
**uuid** | **UUID** | | [optional]
**password** | **String** | |
**patternWithDigits** | **String** | A string that is a 10 digit number. Can have leading zeros. | [optional]
**patternWithDigitsAndDelimiter** | **String** | A string starting with 'image_' (case insensitive) and one to three digits following i.e. Image_01. | [optional]

View File

@@ -7,7 +7,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**additionalMetadata** | **String** | Additional data to pass to server | [optional]
**file** | [**File**](File.md) | file to upload | [optional]
**file** | **File** | file to upload | [optional]

View File

@@ -9,15 +9,15 @@ Name | Type | Description | Notes
**integer** | **Integer** | None | [optional]
**int32** | **Integer** | None | [optional]
**int64** | **Long** | None | [optional]
**number** | [**BigDecimal**](BigDecimal.md) | None |
**number** | **BigDecimal** | None |
**_float** | **Float** | None | [optional]
**_double** | **Double** | None |
**string** | **String** | None | [optional]
**patternWithoutDelimiter** | **String** | None |
**_byte** | **byte[]** | None |
**binary** | [**File**](File.md) | None | [optional]
**date** | [**LocalDate**](LocalDate.md) | None | [optional]
**dateTime** | [**OffsetDateTime**](OffsetDateTime.md) | None | [optional]
**binary** | **File** | None | [optional]
**date** | **LocalDate** | None | [optional]
**dateTime** | **OffsetDateTime** | None | [optional]
**password** | **String** | None | [optional]
**callback** | **String** | None | [optional]

View File

@@ -7,7 +7,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**additionalMetadata** | **String** | Additional data to pass to server | [optional]
**requiredFile** | [**File**](File.md) | file to upload |
**requiredFile** | **File** | file to upload |

View File

@@ -6,7 +6,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**mapMapOfString** | [**Map<String, Map<String, String>>**](Map.md) | | [optional]
**mapMapOfString** | **Map<String, Map<String, String>>** | | [optional]
**mapOfEnumString** | [**Map<String, InnerEnum>**](#Map<String, InnerEnum>) | | [optional]
**directMap** | **Map<String, Boolean>** | | [optional]
**indirectMap** | **Map<String, Boolean>** | | [optional]

View File

@@ -6,8 +6,8 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**uuid** | [**UUID**](UUID.md) | | [optional]
**dateTime** | [**OffsetDateTime**](OffsetDateTime.md) | | [optional]
**uuid** | **UUID** | | [optional]
**dateTime** | **OffsetDateTime** | | [optional]
**map** | [**Map<String, Animal>**](Animal.md) | | [optional]

View File

@@ -7,11 +7,11 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**integerProp** | **Integer** | | [optional]
**numberProp** | [**BigDecimal**](BigDecimal.md) | | [optional]
**numberProp** | **BigDecimal** | | [optional]
**booleanProp** | **Boolean** | | [optional]
**stringProp** | **String** | | [optional]
**dateProp** | [**LocalDate**](LocalDate.md) | | [optional]
**datetimeProp** | [**OffsetDateTime**](OffsetDateTime.md) | | [optional]
**dateProp** | **LocalDate** | | [optional]
**datetimeProp** | **OffsetDateTime** | | [optional]
**arrayNullableProp** | **List<Object>** | | [optional]
**arrayAndItemsNullableProp** | **List<Object>** | | [optional]
**arrayItemsNullable** | **List<Object>** | | [optional]

View File

@@ -6,7 +6,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**justNumber** | [**BigDecimal**](BigDecimal.md) | | [optional]
**justNumber** | **BigDecimal** | | [optional]

View File

@@ -9,7 +9,7 @@ Name | Type | Description | Notes
**id** | **Long** | | [optional]
**petId** | **Long** | | [optional]
**quantity** | **Integer** | | [optional]
**shipDate** | [**OffsetDateTime**](OffsetDateTime.md) | | [optional]
**shipDate** | **OffsetDateTime** | | [optional]
**status** | [**StatusEnum**](#StatusEnum) | Order Status | [optional]
**complete** | **Boolean** | | [optional]

View File

@@ -6,7 +6,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**myNumber** | [**BigDecimal**](BigDecimal.md) | | [optional]
**myNumber** | **BigDecimal** | | [optional]
**myString** | **String** | | [optional]
**myBoolean** | **Boolean** | | [optional]

View File

@@ -203,7 +203,7 @@ public class Example {
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**status** | [**List<String>**](String.md)| Status values that need to be considered for filter | [enum: available, pending, sold]
**status** | **List<String>**| Status values that need to be considered for filter | [enum: available, pending, sold]
### Return type
@@ -275,7 +275,7 @@ public class Example {
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**tags** | [**List<String>**](String.md)| Tags to filter by |
**tags** | **List<String>**| Tags to filter by |
### Return type