Generate Java class from XML file, using XStream

前端 未结 3 1523
春和景丽
春和景丽 2021-01-04 12:16

I have many xml files and I would like to use XStream to manage them. Is it possible to generate java classes corresponding to my xml files using XStream?

3条回答
  •  青春惊慌失措
    2021-01-04 12:55

    yes.I think its possible, java class for xml file using XStream.Refer this and here

    This for xml file.

提交回复
热议问题