![JAR search and dependency download from the Maven repository](/logo.png)
templates.kotlin.class_map_property_item.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
{{&indent}} require({{&kotlinName}} is {{#isArray}}{{>list_or_set}}<*>{{/isArray}}{{!
}}{{^isArray}}{{>type_ex_nullable}}{{/isArray}}) { "{{&displayName}} is not the correct type, expecting {{>type}}" }
{{#isArray}}{{&indent}} (cg_map["{{&name}}"] as {{>list_or_set}}<*>).forEach { {{&name}} ->
{{#indent.increment}}{{#arrayItems}}{{>class_map_property_item}}{{/arrayItems}}{{/indent.increment}}{{&indent}} }
{{/isArray}}{{^isArray}}{{#validations}}{{>validations_2}}{{/validations}}{{/isArray}}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy