Interface RedirectableConverter

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.Class getConvertedClass()  
      void setTargetConverter​(com.thoughtworks.xstream.converters.Converter converter)
      Sets given converter as a target of redirection.
      • Methods inherited from interface com.thoughtworks.xstream.converters.Converter

        marshal, unmarshal
      • Methods inherited from interface com.thoughtworks.xstream.converters.ConverterMatcher

        canConvert
    • Method Detail

      • setTargetConverter

        void setTargetConverter​(com.thoughtworks.xstream.converters.Converter converter)
        Sets given converter as a target of redirection.
        Parameters:
        converter - converter to be used instead of current converter.
      • getConvertedClass

        java.lang.Class getConvertedClass()
        Returns:
        Class that current converter is able to convert.