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

javaVertXServer.json.enumJson.mustache Maven / Gradle / Ivy

The newest version!

  public final class {{classname}}{{{nameInCamelCase}}} {
    private {{classname}}{{{nameInCamelCase}}}(){}
    {{#allowableValues}}{{#enumVars}}public static final {{datatype}} {{{name}}} = {{{value}}};
    {{/enumVars}}{{/allowableValues}}
  }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy