![JAR search and dependency download from the Maven repository](/logo.png)
templates.kotlin.default_value.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
{{#isLocalType}}{{#defaultValue}}{{#isEnumClass}}{{&defaultValue.kotlinString}}{{/isEnumClass}}{{!
}}{{^isEnumClass}}{{&localType.className}}({{#type}}{{#STRING}}{{&defaultValue.kotlinString}}{{/STRING}}{{!
}}{{^STRING}}{{&defaultValue}}{{/STRING}}{{/type}}){{/isEnumClass}}{{/defaultValue}}{{^defaultValue}}null{{/defaultValue}}{{/isLocalType}}{{!
}}{{^isLocalType}}{{#type}}{{#NULL}}null{{/NULL}}{{!
}}{{#INTEGER}}{{&defaultValue}}{{/INTEGER}}{{!
}}{{#STRING}}{{#isSystemClass}}{{#systemClass}}{{#DATE_TIME}}OffsetDateTime.parse({{&defaultValue.kotlinString}}){{/DATE_TIME}}{{!
}}{{#DATE}}LocalDate.parse({{&defaultValue.kotlinString}}){{/DATE}}{{!
}}{{#TIME}}OffsetTime.parse({{&defaultValue.kotlinString}}){{/TIME}}{{!
}}{{#URI}}URI({{&defaultValue.kotlinString}}){{/URI}}{{!
}}{{#UUID}}UUID.fromString({{&defaultValue.kotlinString}}){{/UUID}}{{!
}}{{/systemClass}}{{/isSystemClass}}{{!
}}{{^isSystemClass}}{{&defaultValue.kotlinString}}{{/isSystemClass}}{{/STRING}}{{!
}}{{#BOOLEAN}}{{&defaultValue}}{{/BOOLEAN}}{{!
}}{{#ARRAY}}{{#uniqueItems}}setOf{{/uniqueItems}}{{^uniqueItems}}listOf{{/uniqueItems}}({{!
}}{{#defaultValue}}{{>default_value}}{{^last}}, {{/last}}{{/defaultValue}}){{/ARRAY}}{{/type}}{{/isLocalType}}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy