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

kotlin-spring.returnValue.mustache Maven / Gradle / Ivy

There is a newer version: 7.7.0
Show newest version
{{#serviceInterface}}ResponseEntity(service.{{operationId}}({{#allParams}}{{{paramName}}}{{^-last}}, {{/-last}}{{/allParams}}), {{#responses}}{{#-first}}HttpStatus.valueOf({{code}}){{/-first}}{{/responses}}){{/serviceInterface}}{{^serviceInterface}}ResponseEntity(HttpStatus.NOT_IMPLEMENTED){{/serviceInterface}}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy