Package com.xebialabs.deployit.core.xml
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected com.xebialabs.xltype.serialization.ConfigurationItemConvertercreateConverter(com.thoughtworks.xstream.converters.DataHolder dataHolder) Methods inherited from class com.xebialabs.xltype.serialization.xstream.XStreamCiConverter
canConvert, marshal, unmarshal
-
Constructor Details
-
PasswordEncryptingXStreamCiConverter
public PasswordEncryptingXStreamCiConverter()
-
-
Method Details
-
createConverter
protected com.xebialabs.xltype.serialization.ConfigurationItemConverter createConverter(com.thoughtworks.xstream.converters.DataHolder dataHolder) - Specified by:
createConverterin classcom.xebialabs.xltype.serialization.xstream.XStreamCiConverter
-