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.
我有一个 xsd,其中元素以非拉丁字符命名。我怎样才能生成java类,其中filelds将被正确命名,没有“奇怪”的字符:我可以为每个字符转换提供我自己的规则吗?
一种方法是通过自定义绑定——更具体地说是类和属性。我不知道角色级别的绑定自定义。要将其实现为基于模式的全局替换,您很可能必须编写自己的插件并在 xjc 中启用扩展。