![JAR search and dependency download from the Maven repository](/logo.png)
templates.kotlin.class_empty.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}}class {{&className}} {
{{&indent}} override fun toString(): String = "{{&className}}()"
{{&indent}} override fun equals(other: Any?): Boolean = this === other || other is {{&className}}
{{&indent}} override fun hashCode(): Int = 1
{{&indent}}{{&closeBrace}}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy