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

templates.java.getters.mustache Maven / Gradle / Ivy

There is a newer version: 0.113
Show newest version
{{#nonBaseProperties}}{{#schema}}{{#description}}{{&indent}}    /**
{{&indent}}     * {{&safeDescription}}
{{&indent}}     */
{{/description}}{{/schema}}{{&indent}}{{!
}}{{#indent.increment}}{{#fieldAnnotated}}{{>annotations}}{{/fieldAnnotated}}{{/indent.increment}}{{!
}}    public {{>type}} get{{&capitalisedName}}() {
{{&indent}}        return {{&javaName}};
{{&indent}}    }

{{/nonBaseProperties}}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy