Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #210: [Ada] Update the code generator for required and optional parameters #211

Merged
merged 1 commit into from
Jun 5, 2018

Commits on Jun 3, 2018

  1. Fix OpenAPITools#210: [Ada] Update the code generator for required an…

    …d optional parameters
    
    - 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
    stcarrez committed Jun 3, 2018
    Configuration menu
    Copy the full SHA
    e2fa6fb View commit details
    Browse the repository at this point in the history