![JAR search and dependency download from the Maven repository](/logo.png)
templates.java.getters.mustache Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of json-kotlin-schema-codegen Show documentation
Show all versions of json-kotlin-schema-codegen Show documentation
Code generation from JSON Schema to Kotlin or Java
{{#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