![JAR search and dependency download from the Maven repository](/logo.png)
templates.java.enum.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
{{>header}}{{#packageName}}package {{&packageName}};
{{/packageName}}{{#constraints}}{{#schema}}{{#description}}/**
* {{&description}}
*/
{{/description}}{{/schema}}public enum {{&className}} {
{{#enumValues}} {{&.}}{{^last}},{{/last}}
{{/enumValues}}{{&closeBrace}}{{/constraints}}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy