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

javaVertXServer.api.mustache Maven / Gradle / Ivy

There is a newer version: 1.6.0
Show newest version
package {{package}};

{{#imports}}import {{import}};
{{/imports}}

import java.util.List;
import java.util.Map;

public interface {{classname}}  {
{{#operations}}
{{#operation}}
    //{{#vendorExtensions}}{{x-serviceId}}{{/vendorExtensions}}
    public {{#returnType}}{{{returnType}}}{{/returnType}}{{^returnType}}void{{/returnType}} {{operationId}}({{#allParams}}{{{dataType}}} {{paramName}}{{#hasMore}},{{/hasMore}}{{/allParams}});
    
{{/operation}}
{{/operations}}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy