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

kotlin.nested_class.mustache Maven / Gradle / Ivy

There is a newer version: 0.118
Show newest version
{{#schema}}{{#description}}    /**
     * {{&safeDescription}}
     */
{{/description}}{{/schema}}{{#isObject}}    {{#numberOfProperties}}data class {{&className}}(
{{#properties}}{{#schema}}{{#description}}        /** {{&safeDescription}} */
{{/description}}{{/schema}}        val {{&kotlinName}}: {{>type}}{{^isRequired}} = {{!
}}{{#defaultValue}}{{>default_value}}{{/defaultValue}}{{^defaultValue}}null{{/defaultValue}}{{/isRequired}}{{^last}},{{/last}}
{{/properties}}    ){{#validationsPresent}} {

        init {
{{#properties}}{{>validations}}{{/properties}}        }

    }{{/validationsPresent}}{{/numberOfProperties}}{{^numberOfProperties}}open class {{&className}}{{/numberOfProperties}}{{/isObject}}{{#isString}}    enum class {{&className}} {
{{#enumValues}}        {{&.}}{{^last}},{{/last}}
{{/enumValues}}    }{{/isString}}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy