Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
BlazeMonster能否毫无问题地从复杂的 Java 类生成 AS3 值对象/数据传输对象,例如枚举、泛型、集合/集/列表/映射,而不是包含其他集合/集/列表/映射(很少级别)而没有任何问题?
谢谢。
它无法正确生成 Java 泛型集合,例如
public Set<MyClass> objs;
它会产生
public var auths:java.util.Set;
它也无法正确生成 Java 枚举。