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

    Modifier and Type
    Method
    Description
    static void
     
    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 Details

    • XStreamCiConverterWithRepository

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

    • unmarshal

      public 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()