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

templates.kotlin.class_map_property_item.mustache Maven / Gradle / Ivy

There is a newer version: 0.113
Show newest version
{{&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