typescript-generator icon indicating copy to clipboard operation
typescript-generator copied to clipboard

Generates TypeScript from Java - JSON declarations, REST service client

Results 154 typescript-generator issues
Sort by recently updated
recently updated
newest added

Hello sir, Let me suggest another way to allow or not a property to be included just by using simple Function. If you need a more complete work, please let...

It would be great if generator supports JsonNullable from https://github.com/OpenAPITools/jackson-databind-nullable project. So that `JsonNullable variable` is threaten just as it was `T variable` and translated to `variable: T` in a...

Right now it supports the following options: [optionalPropertiesDeclaration](https://www.habarta.cz/typescript-generator/maven/typescript-generator-maven-plugin/generate-mojo.html#optionalPropertiesDeclaration ) In our react.js based application and setup another option would make a lot of sense for us, which is not supported...

Is there any way to make it export every single class and interface? It would be awesome if I could do that. At the moment it errors if you try...

It seems `jackson2Configuration.serializerTypeMappings` only works for `JsonSerialize`.`using` (maybe `contentUsing` also, did not test that) but not with `keyUsing`. Current plugin version is: 3.1.1185 Example for the following class: ``` public...

currently [``](https://www.habarta.cz/typescript-generator/maven/typescript-generator-maven-plugin/generate-mojo.html#mapEnum) is a global config. Sometimes we want `union`, but other times we want `const enum`. It would be nice to be able to config on class level.

This issue is more of a question as I was searching through all the issues and couldn't find my exact use case/unsure if its even possible. I have a situation...

We're using this library to generate our TypeScript definitions and so far has worked perfectly. But with later changes in our codebase, we have experienced an issue with fields marked...

Running the TypeScriptGenerator version 3.0.1157 on Gradle 7.5 results in the following warning message: >Invocation of Task.project at execution time has been deprecated. This will fail with an error in...

Hello. When spring detects that an argument of Class X.class in a Controller is annotated with `@ModelAttribute`, that `BeanUtils.getResolvableConstructor(X.class)` ([here](https://github.com/spring-projects/spring-framework/blob/main/spring-web/src/main/java/org/springframework/web/method/annotation/ModelAttributeMethodProcessor.java#L219)) returns a constructor with arguments ([here](https://github.com/spring-projects/spring-framework/blob/main/spring-web/src/main/java/org/springframework/web/method/annotation/ModelAttributeMethodProcessor.java#L245)) and that this constructor...