JAXB 转换 XML
https://www.cnblogs.com/wuyongyin/p/14317489.html
简介
<dependency>
<groupId>jakarta.xml.bind</groupId>
<artifactId>jakarta.xml.bind-api</artifactId>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<scope>runtime</scope>
</dependency>JAXB 相关类与接口
JAXBContext
Marshaller
Unmarshaller
Validator
JAXB 注解
JAXB 示例
最后更新于