forked from loafle/openapi-generator-original
* Align indentation * Add equals and hashcode to singleRequestParameter static class * Add missing sample updates that were affected by new imports * add restclient sample * update FILES, chmod=+x * Update samples with jakarta annotations * Updates samples --------- Co-authored-by: martin-mfg <2026226+martin-mfg@users.noreply.github.com>
9 lines
435 B
YAML
9 lines
435 B
YAML
generatorName: java
|
|
outputDir: samples/client/petstore/java/restclient-useSingleRequestParameter-static
|
|
library: restclient
|
|
inputSpec: modules/openapi-generator/src/test/resources/3_0/petstore-with-fake-endpoints-models-for-testing.yaml
|
|
templateDir: modules/openapi-generator/src/main/resources/Java
|
|
additionalProperties:
|
|
artifactId: singleparam-restclient-static
|
|
hideGenerationTimestamp: "true"
|
|
useSingleRequestParameter: static |