Is it possible to adapter a List<Hashtable<String, String>> type??I try some
way,but always throws Unmarshalling Error
java method:
String sayHi2(@XmlJavaTypeAdapter(HashtableAdapter.class)
List<Hashtable<String, String>> list);
Below is not correct:
public class HashtableAdapter extends XmlAdapter<HashtableType,
Hashtable<String, String>> {
...
}
--
View this message in context:
http://old.nabble.com/Is-it-possible-to-adapter-a-List%3CHashtable%3CString%2C-String%3E%3E-type--tp28015118p28015118.html
Sent from the cxf-user mailing list archive at Nabble.com.