文件名称:typescript-generator:从Java-JSON声明,REST服务客户端生成TypeScript
文件大小:391KB
文件格式:ZIP
更新时间:2024-02-24 11:21:34
java json typescript jax-rs maven-plugin
快速链接: | | | 打字稿生成器 typescript-generator是一个用于从Java JSON类生成TypeScript定义文件(.d.ts)的工具。 如果您有使用对象到JSON映射以Java编写的REST服务,则可以使用typescript-generator从Java类生成TypeScript接口。 例如,此Java类: public class Person { public String name; public int age; public boolean hasChildren; public List< String> ta