Skip to content

Releases: daniloarcidiacono/typescript-mapper

typescript-mapper 0.1.0

13 Jan 19:32
Compare
Choose a tag to compare

Features

  • Recursive mapping of classes and enumerations;
  • Support for Java generics, including wildcard types;
  • Support for standard collection types (sets, maps, ...);
  • Java annotations @TypescriptDTO, @TypescriptComments and @TypescriptField for specific customizations;
  • Multi-file output with fully customizable logic (default: one file per package);
  • Import generation;
  • Empty DTOs/sources elimination;
  • Support for Jackson annotations @JsonTypeInfo and @JsonSubTypes;
  • Fluent API for configuration;
  • Maven plugin;