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

ApiModel.enumClass.mustache Maven / Gradle / Ivy

Go to download

This artefact generates other artefacts such as API client, API server out of API Model

There is a newer version: 1.1.1
Show newest version
    public enum {{#datatypeWithEnum}}{{{.}}}{{/datatypeWithEnum}}{{^datatypeWithEnum}}{{classname}}{{/datatypeWithEnum}} {{openBracket}}{{#allowableValues}}{{#values}}
        {{{.}}}{{^-last}},{{/-last}}{{/values}}{{/allowableValues}}
    }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy