blob: dc136b847acb618227b6ff0c58f5114e11066900 [file] [log] [blame]
<?xml version="1.0"?>
<!--
Copyright (c) 2017, 2021 Oracle and/or its affiliates. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Distribution License v. 1.0, which is available at
http://www.eclipse.org/org/documents/edl-v10.php.
SPDX-License-Identifier: BSD-3-Clause
-->
<sample since="2.0">
<title>Adapters for custom marshaling/unmarshaling XML content</title>
<description><![CDATA[
This sample application demonstrates the use of interface XmlAdapter
and annotation XmlJavaTypeAdapter for custom marshaling/unmarshaling
XML content into/out of a Java type.
]]></description>
<project>
<javadoc/>
<schemagen>
<exclude name="Main.java"/>
<exclude name="shoppingCart/AdapterPurchaseListToHashMap.java"/>
</schemagen>
<java mainClass="Main" />
</project>
</sample>