openapi.templates.kora.javaServerDelegateCall.mustache Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of openapi-generator Show documentation
Show all versions of openapi-generator Show documentation
Kora openapi-generator module
The newest version!
return this.delegate.{{operationId}}(
{{#allParams}}{{#lambda.trim}}
{{#hasFormParams}}{{^isFormParam}}{{paramName}},{{/isFormParam}}{{/hasFormParams}}
{{^hasFormParams}}{{paramName}}{{^-last}},{{/-last}}{{/hasFormParams}}{{/lambda.trim}}{{/allParams}}{{#hasFormParams}}
form{{/hasFormParams}}
);
© 2015 - 2025 Weber Informatics LLC | Privacy Policy