Fix ClassCastException when uuid has default value (#13698)

* fix cast error for uuid default

* fix java uuid default value
This commit is contained in:
William Cheng
2022-10-16 09:08:17 +08:00
committed by GitHub
parent daf475a96d
commit cafdf64ca5
11 changed files with 55 additions and 11 deletions

View File

@@ -20,6 +20,7 @@
|**date** | **LocalDate** | | |
|**dateTime** | **OffsetDateTime** | | [optional] |
|**uuid** | **UUID** | | [optional] |
|**uuidWithDefault** | **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] |