An JAXB XML adapter from Map into List JAXB automatically converts a Map into a list to marshal it into an XML file. The elements of a HashMap are "entry" pairs of key/value. If we want to replace the HashMap elements with names "entry", "key", "value" into elements consistent with our definition of REST guidelines, we need to translate Maps into Lists ourselves. This class provide an adapter from Map> into List This class should be used in conjuction with XML annotation "XmlJavaTypeAdapter"
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.