Class RepositoryConfigurationReferenceConverter

java.lang.Object
com.atlassian.bamboo.repository.RepositoryConfigurationReferenceConverter
All Implemented Interfaces:
com.thoughtworks.xstream.converters.Converter, com.thoughtworks.xstream.converters.ConverterMatcher

public class RepositoryConfigurationReferenceConverter extends Object implements com.thoughtworks.xstream.converters.Converter
  • Constructor Details

    • RepositoryConfigurationReferenceConverter

      public RepositoryConfigurationReferenceConverter()
  • Method Details

    • marshal

      public void marshal(Object o, com.thoughtworks.xstream.io.HierarchicalStreamWriter hierarchicalStreamWriter, com.thoughtworks.xstream.converters.MarshallingContext marshallingContext)
      Specified by:
      marshal in interface com.thoughtworks.xstream.converters.Converter
    • unmarshal

      public Object unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader hierarchicalStreamReader, com.thoughtworks.xstream.converters.UnmarshallingContext unmarshallingContext)
      Specified by:
      unmarshal in interface com.thoughtworks.xstream.converters.Converter
    • canConvert

      public boolean canConvert(Class type)
      Specified by:
      canConvert in interface com.thoughtworks.xstream.converters.ConverterMatcher