![JAR search and dependency download from the Maven repository](/logo.png)
templates.kotlin.copy.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}} {{#derivedClasses}}{{#first}}open {{/first}}{{/derivedClasses}}{{#hasBaseClassWithProperties}}{{^hasNonBaseProperties}}override {{/hasNonBaseProperties}}{{/hasBaseClassWithProperties}}fun copy(
{{#properties}}{{&indent}} {{&kotlinName}}: {{>type}}{{!
}}{{^hasBaseClassWithProperties}}{{!
}} = this.{{&kotlinName}}{{^nullable}}{{#baseProperty}}{{#nullable}}!!{{/nullable}}{{/baseProperty}}{{/nullable}}{{!
}}{{/hasBaseClassWithProperties}}{{!
}}{{#hasBaseClassWithProperties}}{{#hasNonBaseProperties}}{{!
}} = this.{{&kotlinName}}{{/hasNonBaseProperties}}{{/hasBaseClassWithProperties}}{{!
}}{{^last}},{{/last}}
{{/properties}}{{&indent}} ) = {{&className}}({{#properties}}{{&kotlinName}}{{^last}}, {{/last}}{{/properties}})
© 2015 - 2025 Weber Informatics LLC | Privacy Policy