英文:
IDE Tool to convert XML into a Java class nonprogramatically
问题
如何将XML文档非以编程方式转换为Java类?
在Visual Studio中,我只需使用“编辑”>“特殊粘贴”>“粘贴XML作为类”,这将从粘贴的XML文档生成一个C#类。
在Eclipse、STS或其他一些Java IDE中是否有类似的工具?
英文:
How do I convert an XML document to a java class non-programatically?
In visual studio, I can simply use Edit > Paste Special > Paste XML as Class and that will generate a C# class from pasted XML document.
Is there such tool in eclipse, STS or some other java IDE?
答案1
得分: 0
我在网上找到了一个工具,网址是 https://codebeautify.org/xml-to-java-converter。
英文:
I found online tool to do so at https://codebeautify.org/xml-to-java-converter.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论