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

java-micronaut.common.operationReturnType.mustache Maven / Gradle / Ivy

There is a newer version: 7.6.0
Show newest version
{{!begin reactive
}}{{#reactive}}Mono<{{/reactive}}{{!
begin wrapInHttpResponse
}}{{#wrapInHttpResponse}}HttpResponse<{{/wrapInHttpResponse}}{{!
return type
}}{{#returnType}}{{{returnType}}}{{/returnType}}{{!
no return type
}}{{^returnType}}{{#reactive}}Void{{/reactive}}{{^reactive}}{{#wrapInHttpResponse}}Void{{/wrapInHttpResponse}}{{/reactive}}{{^reactive}}{{^wrapInHttpResponse}}void{{/wrapInHttpResponse}}{{/reactive}}{{/returnType}}{{!
end wrapInHttpResponse
}}{{#wrapInHttpResponse}}>{{/wrapInHttpResponse}}{{!
end reactive
}}{{#reactive}}>{{/reactive}}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy