On Thu, 2005-11-17 at 12:13 -0800, Brian Ferris wrote: > It seems that the rules for mapping a java.util.Map are determined by > the BeanProperty.createDescriptorForMap() method. Is there any way > to override this method or change the behavior of java.util.Map > mapping. After examining the parent method > BeanProperty.createXMLDescriptor(), it doesn't look like there is an > easy way to do it.
the support for maps is one of the few areas which hasn't really been refactored (so it's a bit rubbish). needs a redesign. i work best from concrete use cases so maybe we could develop a better design now... - robert --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
