public class PropertiesAdapter extends XmlAdapter<AdaptedList,Map<String,List<String>>>
Constructor and Description |
---|
PropertiesAdapter() |
public AdaptedList marshal(Map<String,List<String>> arg0) throws Exception
marshal
in class XmlAdapter<AdaptedList,Map<String,List<String>>>
Exception
public Map<String,List<String>> unmarshal(AdaptedList arg0) throws Exception
unmarshal
in class XmlAdapter<AdaptedList,Map<String,List<String>>>
Exception
Copyright © 2015. All Rights Reserved.