
kotlin.default_value.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
{{#type}}{{#NULL}}null{{/NULL}}{{!
}}{{#INTEGER}}{{&defaultValue}}{{/INTEGER}}{{!
}}{{#STRING}}{{&defaultValue.kotlinString}}{{/STRING}}{{!
}}{{#BOOLEAN}}{{&defaultValue}}{{/BOOLEAN}}{{!
}}{{#ARRAY}}{{#uniqueItems}}setOf{{/uniqueItems}}{{^uniqueItems}}listOf{{/uniqueItems}}({{#defaultValue}}{{>default_value}}{{^last}}, {{/last}}{{/defaultValue}}){{/ARRAY}}{{/type}}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy