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

include.methodsSummary.ftl Maven / Gradle / Ivy

There is a newer version: 4.2.2
Show newest version
			<#if service.methodStubs??>			
				
<#list service.methodStubs as method>
Index Method Parameters Response Type Description
${method_index + 1} ${method.methodName} <#if (method.requestStubs?? && (method.requestStubs?size > 0)) > <#list method.requestStubs as stub>
${stubName(stub)}
<#if (method.responseStub??) > ${stubType(method.responseStub)}
<#else> No Operations




© 2015 - 2025 Weber Informatics LLC | Privacy Policy