Class AbstractRedirectableConverter

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected com.thoughtworks.xstream.converters.Converter getTargetConverter()  
      void setTargetConverter​(com.thoughtworks.xstream.converters.Converter converter)
      Sets given converter as a target of redirection.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface com.thoughtworks.xstream.converters.Converter

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

        canConvert
    • Constructor Detail

      • AbstractRedirectableConverter

        public AbstractRedirectableConverter()
    • Method Detail

      • setTargetConverter

        public void setTargetConverter​(com.thoughtworks.xstream.converters.Converter converter)
        Description copied from interface: RedirectableConverter
        Sets given converter as a target of redirection.
        Specified by:
        setTargetConverter in interface RedirectableConverter
        Parameters:
        converter - converter to be used instead of current converter.
      • getTargetConverter

        protected com.thoughtworks.xstream.converters.Converter getTargetConverter()