Class PasswordMaskingXStreamCiConverter

  • All Implemented Interfaces:
    com.thoughtworks.xstream.converters.Converter, com.thoughtworks.xstream.converters.ConverterMatcher

    public class PasswordMaskingXStreamCiConverter
    extends com.xebialabs.xltype.serialization.xstream.XStreamCiConverter
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected com.xebialabs.xltype.serialization.ConfigurationItemConverter createConverter​(com.thoughtworks.xstream.converters.DataHolder dataHolder)  
      • Methods inherited from class com.xebialabs.xltype.serialization.xstream.XStreamCiConverter

        canConvert, marshal, unmarshal
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PasswordMaskingXStreamCiConverter

        public PasswordMaskingXStreamCiConverter()
    • Method Detail

      • createConverter

        protected com.xebialabs.xltype.serialization.ConfigurationItemConverter createConverter​(com.thoughtworks.xstream.converters.DataHolder dataHolder)
        Specified by:
        createConverter in class com.xebialabs.xltype.serialization.xstream.XStreamCiConverter