java Programming Glossary: mymapentrytype
JAXB HashMap unmappable http://stackoverflow.com/questions/6820092/jaxb-hashmap-unmappable I created the following classes MyMapType holds a list of MyMapEntryType class which has two fields namely Key and Value. How do I change.. import java.util.List public class MyMapType private List MyMapEntryType entry new ArrayList MyMapEntryType public List MyMapEntryType.. MyMapType private List MyMapEntryType entry new ArrayList MyMapEntryType public List MyMapEntryType getEntry return entry public void..
|