dabdirb
dabdirb
@lombok.NonNull needed by @lombok.RequiredArgsConstructor, only when both @lombok.RequiredArgsConstructor is defined and performBeanValidation is false, the @lombok.NonNull will be there. ### PR checklist - [x] Read the [contribution guidelines](https://github.com/openapitools/openapi-generator/blob/master/CONTRIBUTING.md). - [x]...
**Describe the bug** Mongodb field which type is Date, such as "createdAt" : ISODate("2024-04-16T03:55:20.533Z"), converted to string "createdAt" : 2024-04-16T03:55:20.533Z". **To Reproduce** Steps to reproduce the behavior: 1. Select a...