An error occurred while fetching the assigned milestone of the selected merge_request.
modules/openapi-generator
src/main/resources
JavaVertXWebServer
bodyParams.mustache +3 -2
elixir
deserializer.ex.mustache +12 -7
php
ObjectSerializer.mustache +49 -4
ruby-client
api_client_faraday_partial.mustache +2 -0
pom.xml +8 -8
samples/client/petstore
elixir/lib/openapi_petstore
deserializer.ex +12 -7
php/OpenAPIClient-php
lib
ObjectSerializer.php +49 -4
tests
ObjectSerializerTest.php +91 -0
ruby-faraday/lib/petstore
api_client.rb +2 -0
pom.xml +4 -4
@@ -19,13 +19,18 @@ defmodule {{moduleName}}.Deserializer do
@@ -148,6 +148,49 @@ class ObjectSerializer
@@ -169,10 +212,12 @@ class ObjectSerializer
+ 2
- 0
@@ -79,7 +79,7 @@
@@ -227,7 +227,7 @@
@@ -354,9 +354,9 @@
@@ -415,23 +415,23 @@