Class DeploymentResultKeyImplConverter

  • All Implemented Interfaces:
    com.thoughtworks.xstream.converters.ConverterMatcher, com.thoughtworks.xstream.converters.SingleValueConverter

    public class DeploymentResultKeyImplConverter
    extends com.thoughtworks.xstream.converters.basic.AbstractSingleValueConverter
    • Constructor Detail

      • DeploymentResultKeyImplConverter

        public DeploymentResultKeyImplConverter()
    • Method Detail

      • canConvert

        public boolean canConvert​(Class type)
        Specified by:
        canConvert in interface com.thoughtworks.xstream.converters.ConverterMatcher
        Specified by:
        canConvert in class com.thoughtworks.xstream.converters.basic.AbstractSingleValueConverter
      • fromString

        public DeploymentResultKeyImpl fromString​(String s)
        Specified by:
        fromString in interface com.thoughtworks.xstream.converters.SingleValueConverter
        Specified by:
        fromString in class com.thoughtworks.xstream.converters.basic.AbstractSingleValueConverter
      • toString

        public String toString​(Object obj)
        Specified by:
        toString in interface com.thoughtworks.xstream.converters.SingleValueConverter
        Overrides:
        toString in class com.thoughtworks.xstream.converters.basic.AbstractSingleValueConverter