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

handlebars.JavaInflector.model.mustache Maven / Gradle / Ivy

There is a newer version: 1.0.48
Show newest version
package {{package}};
{{^x-is-composed-model}}
import java.util.Objects;
{{#imports}}import {{import}};
{{/imports}}

{{#serializableModel}}import java.io.Serializable;{{/serializableModel}}
{{/x-is-composed-model}}
{{#models}}
{{#model}}
{{#description}}
/**
 * {{description}}
 **/
{{/description}}
{{#isComposedModel}}
{{>interface}}
{{/isComposedModel}}
{{^isComposedModel}}
{{#is this 'enum'}}
{{>enumOuterClass}}
{{/is}}
{{#isNot this 'enum'}}{{>pojo}}{{/isNot}}
{{/isComposedModel}}
{{/model}}
{{/models}}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy