![JAR search and dependency download from the Maven repository](/logo.png)
templates.typescript.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
{{>header}}
{{#localImports}}import { {{&className}} } from "./{{&className}}";{{#last}}
{{/last}}
{{/localImports}}{{#constraints}}{{#schema}}{{#description}}/**
* {{&description}}
*/
{{/description}}{{/schema}}export interface {{&className}} {
{{#properties}}{{#schema}}{{#description}} /** {{&safeDescription}} */
{{/description}}{{/schema}} {{&name}}{{#nullable}}?{{/nullable}}: {{>type}};
{{/properties}}{{&closeBrace}}{{#nestedClasses}}
{{#constraints}}{{#isObject}}export interface {{&className}} {
{{#properties}}{{#schema}}{{#description}} /** {{&safeDescription}} */
{{/description}}{{/schema}} {{&name}}{{#nullable}}?{{/nullable}}: {{>type}};
{{/properties}}{{&closeBrace}}{{/isObject}}{{#isString}}export type {{&className}} =
{{#enumValues}} "{{&.}}"{{^last}} |
{{/last}}{{/enumValues}}{{^enumValues}}any{{/enumValues}};{{/isString}}{{/constraints}}{{/nestedClasses}}{{/constraints}}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy