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

templates.kotlin.default_value.mustache Maven / Gradle / Ivy

There is a newer version: 0.113
Show newest version
{{#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