Class XStreamCiConverterWithRepository
- java.lang.Object
-
- com.xebialabs.xltype.serialization.xstream.XStreamCiConverter
-
- com.xebialabs.deployit.core.xml.PasswordEncryptingXStreamCiConverter
-
- com.xebialabs.deployit.core.rest.xml.XStreamCiConverterWithRepository
-
- All Implemented Interfaces:
com.thoughtworks.xstream.converters.Converter,com.thoughtworks.xstream.converters.ConverterMatcher
@Component public class XStreamCiConverterWithRepository extends com.xebialabs.deployit.core.xml.PasswordEncryptingXStreamCiConverter
-
-
Constructor Summary
Constructors Constructor Description XStreamCiConverterWithRepository(com.xebialabs.deployit.repository.RepositoryAdapterFactory factory)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidclear()java.lang.Objectunmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader reader, com.thoughtworks.xstream.converters.UnmarshallingContext context)-
Methods inherited from class com.xebialabs.deployit.core.xml.PasswordEncryptingXStreamCiConverter
createConverter
-
-
-
-
Method Detail
-
unmarshal
public java.lang.Object unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader reader, com.thoughtworks.xstream.converters.UnmarshallingContext context)- Specified by:
unmarshalin interfacecom.thoughtworks.xstream.converters.Converter- Overrides:
unmarshalin classcom.xebialabs.xltype.serialization.xstream.XStreamCiConverter
-
clear
public static void clear()
-
-