Details
- 
        Type: New Feature New Feature
- 
        Status: Closed Closed
- 
            Resolution: Fixed
- 
            Affects Version/s: None
- 
            Fix Version/s: 1.2
- 
            Component/s: None
- 
            Labels:None
Description
SingleValueConverter allows to marshall/unmarshall objects which have a single value String representation.
This feature will be used in providing attribute support - as only SingleValueConverters can be used to 
marshall objects as attributes. 



Added ConverterMatcher and SingleValueConverter interfaces.
Refactored Converter to extends ConverterMatcher.
Added AbstractSingleValueConverter to replace AbstractBaseConverter, which is now deprecated.