![JAR search and dependency download from the Maven repository](/logo.png)
templates.kotlin.system_imports.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
{{#systemClasses}}{{#.}}{{#DECIMAL}}import {{&decimalClass.qualifiedClassName}}
{{/DECIMAL}}{{#URI}}import java.net.URI
{{/URI}}{{#DATE}}import java.time.LocalDate
{{/DATE}}{{#DATE_TIME}}import java.time.OffsetDateTime
{{/DATE_TIME}}{{#TIME}}import java.time.OffsetTime
{{/TIME}}{{#DURATION}}import java.time.Duration
{{/DURATION}}{{#UUID}}import java.util.UUID
{{/UUID}}{{#VALIDATION}}import net.pwall.json.validation.JSONValidation
{{/VALIDATION}}{{/.}}{{#last}}
{{/last}}{{/systemClasses}}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy