Class PasswordEncryptingXStreamCiConverter

java.lang.Object
com.xebialabs.xltype.serialization.xstream.XStreamCiConverter
com.xebialabs.deployit.core.xml.PasswordEncryptingXStreamCiConverter
All Implemented Interfaces:
com.thoughtworks.xstream.converters.Converter, com.thoughtworks.xstream.converters.ConverterMatcher

public class PasswordEncryptingXStreamCiConverter extends com.xebialabs.xltype.serialization.xstream.XStreamCiConverter
Class that writes ConfigurationItem objects to XML using xstream. Note that this class implements the "writing" part of the ConfigurationItemReaderWriter in server-api-impl.
  • Constructor Details

    • PasswordEncryptingXStreamCiConverter

      public PasswordEncryptingXStreamCiConverter()
  • Method Details

    • 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