mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-05 21:56:12 +00:00
Feat adds content and header properties to CodegenResponse (#11046)
* Adds responseHeaders to codegenResponse * Sets response headers in codegenResponse * Samples updated * Adds test of response headers * Adds content to CodegenResponse * Sets codegenResponse content * Tests added, test content-data.yaml spec update * Adds mediaTypeSchemaSuffix input to getContent * Tests updated * Updates how response content schema names are set * Adds missing Locale to String.format invocations
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
package controllers;
|
||||
|
||||
import java.util.List;
|
||||
import java.time.OffsetDateTime;
|
||||
import apimodels.User;
|
||||
|
||||
import com.typesafe.config.Config;
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
package controllers;
|
||||
|
||||
import java.util.List;
|
||||
import java.time.OffsetDateTime;
|
||||
import apimodels.User;
|
||||
|
||||
import play.mvc.Http;
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
package controllers;
|
||||
|
||||
import java.util.List;
|
||||
import java.time.OffsetDateTime;
|
||||
import apimodels.User;
|
||||
|
||||
import com.google.inject.Inject;
|
||||
|
||||
Reference in New Issue
Block a user