> Maybe we need some kinda endpoint that lets you set arbitrary nested > properties on a bean? e.g. it could take a Map or List of Maps and > make instances of a certain type - then set the properties on the bean > using introspection? I guess its only gonna be useful for taking data > from CSVs; but who knows maybe this could be useable for other > scenarios, like taking arbitrary JSON or something?
Would/Could dozer be used for this purpose ? possible .. I have only used dozer in simple situations (like for like beans) but I suspect(only suspect) that dozer could do this .. there are other bean mappers yes(?)
