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

Is there a possibility to generate an output-file per selected class? (or maybe dynamic modules per source package or even class level)

I am trying to generate typescript interfaces starting from my restEasy JaxB resources. Interfaces for the classes seems to be generated fine. However, my java classes do contain an 'IdRef',...

Hi! I faced an issue with generic type including Instant. It does not convert properly to DateAsString by builtin functionality. ``` public class BaseClass { private T field1; private T...

### Problem Description: When we extend an abstract class with generics in JAX-RS, and then override the abstract method in the concrete class, it causes the following `error TS2393: Duplicate...

`NullPointerException` throws when class using `com.fasterxml.jackson.annotation.JsonIdentityInfo` annotation to avoid circular references. `JsonIdentityInfo` annotation generates property of type: `com.fasterxml.jackson.databind.deser.impl.ObjectIdValueProperty`. And result of method `ObjectIdValueProperty#getMember` always is `null`. This is an example...

In a multi-module application, if the controller is in a sub-module, the generated parameters will not be able to properly parse the parameter names of methods. It will generate parameter...

In this PR, I would like to introduced the following two new settings, 1. `disableTrailingSemiColon` - A boolean flag indicating if the generator should append every line with a semi-colon...

Hello everyone First of all I would like to thank you big time for your plugin, overall it works really well and it spares us a lot of time. It...

Hi there, I have a kotlin enum in my data class file that seems to output a string union type in my TS implementation file as well as an enum...

This is similar to #889, but I couldn't find my answer there. I am trying to generate a TS file from a bunch of Java classes through the `typescript-generator-maven-plugin`. The...