![JAR search and dependency download from the Maven repository](/logo.png)
templates.kotlin.nested_class.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
{{&trace}}{{#schema}}{{#description}} /**
* {{&safeDescription}}
*/
{{/description}}{{/schema}}{{>annotations}}{{!
}}{{#additionalPropertiesOption}}{{#IGNORE}}{{>nested_class_normal}}{{/IGNORE}}{{!
}}{{#STRICT}}{{#additionalPropertiesFalse}}{{#hasProperties}}{{^hasPatternProperties}}{{>nested_class_normal}}{{/hasPatternProperties}}{{!
}}{{#hasPatternProperties}}{{>nested_class_map}}
{{&indent}}{{&closeBrace}}{{/hasPatternProperties}}{{/hasProperties}}{{!
}}{{^hasProperties}}{{^hasPatternProperties}}{{>class_empty}}{{/hasPatternProperties}}{{!
}}{{#hasPatternProperties}}{{>nested_class_map}}
{{&indent}}{{&closeBrace}}{{/hasPatternProperties}}{{/hasProperties}}{{!
}}{{/additionalPropertiesFalse}}{{#additionalPropertiesTrue}}{{>nested_class_map}}
{{&indent}}{{&closeBrace}}{{/additionalPropertiesTrue}}{{!
}}{{#additionalPropertiesSchema}}{{>nested_class_map}}
{{&indent}}{{&closeBrace}}{{/additionalPropertiesSchema}}{{/STRICT}}{{!
}}{{/additionalPropertiesOption}}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy