All Downloads are FREE. Search and download functionalities are using the official Maven repository.

openapi.templates.kora.javaServerDelegateCall.mustache Maven / Gradle / Ivy

There is a newer version: 1.1.16
Show 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