Class 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 void clear()  
      java.lang.Object unmarshal​(com.thoughtworks.xstream.io.HierarchicalStreamReader reader, com.thoughtworks.xstream.converters.UnmarshallingContext context)  
      • Methods inherited from class com.xebialabs.deployit.core.xml.PasswordEncryptingXStreamCiConverter

        createConverter
      • Methods inherited from class com.xebialabs.xltype.serialization.xstream.XStreamCiConverter

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

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

      • XStreamCiConverterWithRepository

        @Autowired
        public XStreamCiConverterWithRepository​(com.xebialabs.deployit.repository.RepositoryAdapterFactory factory)
    • Method Detail

      • unmarshal

        public java.lang.Object unmarshal​(com.thoughtworks.xstream.io.HierarchicalStreamReader reader,
                                          com.thoughtworks.xstream.converters.UnmarshallingContext context)
        Specified by:
        unmarshal in interface com.thoughtworks.xstream.converters.Converter
        Overrides:
        unmarshal in class com.xebialabs.xltype.serialization.xstream.XStreamCiConverter
      • clear

        public static void clear()