Package hudson.matrix

Class AxisList.ConverterImpl

java.lang.Object
com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter
com.thoughtworks.xstream.converters.collections.CollectionConverter
hudson.util.RobustCollectionConverter
hudson.matrix.AxisList.ConverterImpl
All Implemented Interfaces:
com.thoughtworks.xstream.converters.Converter, com.thoughtworks.xstream.converters.ConverterMatcher
Enclosing class:
AxisList

public static final class AxisList.ConverterImpl extends RobustCollectionConverter
Converter implementation for XStream.
  • Constructor Details

    • ConverterImpl

      public ConverterImpl(com.thoughtworks.xstream.XStream xs)
  • Method Details

    • canConvert

      public boolean canConvert(Class type)
      Specified by:
      canConvert in interface com.thoughtworks.xstream.converters.ConverterMatcher
      Overrides:
      canConvert in class RobustCollectionConverter
    • createCollection

      protected Object createCollection(Class type)
      Overrides:
      createCollection in class com.thoughtworks.xstream.converters.collections.CollectionConverter