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

Thanks for such a useful tool, have been using it in multiple projects. In order to facilitate the client side validation logic and angular reactive form creation, I am looking...

Given a Java class that is annotated with the Jackson2 @JsonCreator/@JsonValue, the resulting interface/class is empty. I'm not good enough with typescript to know if this is correct, but it...

In addition to the existing configuration option "declarePropertiesAsReadOnly" it would be great to have an option "readOnlyArrays" which would generate: `ReadonlyArray` instead of `MyType[]` for all properties that are arrays....

Hi, I've created a new test taking `NullabilityTest.test` as an example. Instead of `A`, I've created the following two Java classes ``` private enum EnumC { A, B, C; }...

I have a `T extends AbstractClass` setup and wish for all `T` to become `string` in the TS models. Is this possible? Many thanks

question

Hello, I have a problem and i don't really know if it is a bug and how can i pass it. Actually when i try to build my project, if...

Gradle
Maven

The plugin always runs regardless of whether the inputs have changed. When running with `gradle --info` I see: ``` Task ':trading:websocket-protocol:generateTypeScript' is not up-to-date because: Task has not declared any...

help wanted
question
Gradle

Vote using 👍 (mark all libraries that you want to use with typescript-generator)

poll

I am using typescript generator as part of my build process using a maven plugin. When a class cannot be found (e.g. because of a typo in the type name...

Bumps swagger-annotations from 2.2.2 to 2.2.3. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.swagger.core.v3:swagger-annotations&package-manager=maven&previous-version=2.2.2&new-version=2.2.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies