
kotlin.hashcode.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
override fun hashCode(): Int = {{#baseClass}}super.hashCode(){{#nonBaseProperties}} xor
{{&kotlinName}}.hashCode(){{/nonBaseProperties}}{{/baseClass}}{{^baseClass}}{{#properties}}{{^baseProperty}}
{{&kotlinName}}.hashCode(){{^last}} xor{{/last}}{{/baseProperty}}{{/properties}}{{^properties}}0{{/properties}}{{/baseClass}}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy