XStream
  1. XStream
  2. XSTR-489

@XStreamConverter only takes implementations of Converter; should support SingleValueConverters too

    Details

    • Type: Bug Bug
    • Status: Closed Closed
    • Priority: Minor Minor
    • Resolution: Fixed
    • Affects Version/s: 1.3
    • Fix Version/s: 1.3.1
    • Component/s: Annotations
    • Labels:
      None
    • JDK version and platform:
      any

      Description

      @XStreamConverter does not recognize SingleValueConverter implementations.

      The annotation code looks for Class<? extends Converter> classes, but it should use Class<? extends ConverterMatcher> so that both Converter and SingleValueConverter implementations can be used.

        Issue Links

          People

          • Assignee:
            Jörg Schaible
            Reporter:
            Patrick Dumontel
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: