js-to-java icon indicating copy to clipboard operation
js-to-java copied to clipboard

easy way to wrap js object to java object

Results 5 js-to-java issues
Sort by recently updated
recently updated
newest added

List包装的类是java.util.List,dubbo调用到服务端的时候,会报这个错: java.util.List has not implement Serializable interface 那这里是不是应该指定ArrayList

com.test.TestClass[] class TestClass { String name; Integer age; }

因为typescript里面 enum 是关键字,所以@types/js-to-java 里面没有声明enum方法

如何表达 java 中 Map Map 或是更复杂的 Map