mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-24 10:30:52 +00:00
- Do not check for required parameter in getTypeDeclaration() - Update the nullableTypeMapping map to map an Ada type into a corresponding Nullable_<T> Ada type that allows the value to be null - Check for optional parameter in postProccessOperations() and postProcessModels() to replace the Ada type into an Ada type that supports null values