Marshalling and Unmarshalling Complex XML Schema using JAXB
Автор: Ashik's Tech Vlog
Загружено: 2021-09-25
Просмотров: 9064
Описание:
Basic information:
------------------------------
The Java™ Architecture for XML Binding (JAXB) provides an API and tools that automate the mapping between XML documents and Java objects (POJOS).
The JAXB framework enables developers to perform the following operations:
Unmarshal XML content into a Java representation
Access and update the Java representation
Marshal the Java representation of the XML content into XML content
in JDK9 and JDK10 JAXB became deprecated.
Since JDK 11 it was removed.
https://javaee.github.io/jaxb-v2/
https://javaee.github.io/jaxb-v2/doc/...
Annotations:
----------------------
@XmlRootElement
@XmlElement
@XmlAnyElement
@XmlAttribute
@XmlTransient
@XmlSchemaType
@XmlSchemaTypes
@XmlAccessorOrder
@XmlAccessorOrder
Complete reference:
---------------------------------
https://docs.oracle.com/javaee/6/api/...
Повторяем попытку...

Доступные форматы для скачивания:
Скачать видео
-
Информация по загрузке: