[
https://issues.apache.org/jira/browse/XBEAN-103?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Blevins closed XBEAN-103.
-------------------------------
Resolution: Fixed
$ svn ci
Adding
xbean-reflect/src/main/java/org/apache/xbean/propertyeditor/GenericCollectionConverter.java
Adding
xbean-reflect/src/main/java/org/apache/xbean/propertyeditor/GenericMapConverter.java
Sending
xbean-reflect/src/main/java/org/apache/xbean/propertyeditor/PropertyEditors.java
Sending
xbean-reflect/src/main/java/org/apache/xbean/recipe/CollectionRecipe.java
Sending
xbean-reflect/src/main/java/org/apache/xbean/recipe/RecipeHelper.java
Adding
xbean-reflect/src/test/java/org/apache/xbean/recipe/GenericCollectionsTest.java
Transmitting file data ......
Committed revision 635096.
> Support for Generic Collections and Maps
> ----------------------------------------
>
> Key: XBEAN-103
> URL: https://issues.apache.org/jira/browse/XBEAN-103
> Project: XBean
> Issue Type: New Feature
> Reporter: David Blevins
> Assignee: David Blevins
> Fix For: 3.4
>
>
> Such as:
> public List<Class> listOfClass;
> public List<URI> listOfURI;
> public Map<String,Class> mapOfClass;
> public Map<URI, String> mapOfURI;
> public Set<Class> setOfClass;
> public Set<URI> setOfURI;
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.