ilmoeuro / snakeyaml

Automatically exported from code.google.com/p/snakeyaml
0 stars 0 forks source link

Parse different Map implementations (SortedMap, Properties) without global tags if they are JavaBean properties #26

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Parse different Map implementations (SortedMap, Properties) without global 
tags if they are JavaBean properties

Original issue reported on code.google.com by py4fun@gmail.com on 21 Oct 2009 at 11:32

GoogleCodeExporter commented 9 years ago
Implemented.

See test:
http://code.google.com/p/snakeyaml/source/browse/src/test/java/examples/collecti
ons/Typ
eSafeMapImplementationsTest.java

Original comment by py4fun@gmail.com on 21 Oct 2009 at 1:45