Class ImportedValuesConverter

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

    public class ImportedValuesConverter
    extends ImportConverter
    • Constructor Detail

      • ImportedValuesConverter

        public ImportedValuesConverter​(com.thoughtworks.xstream.XStream xstream)
    • Method Detail

      • assignAttributes

        protected void assignAttributes​(com.thoughtworks.xstream.io.HierarchicalStreamReader reader,
                                        Object parent)
        Overrides:
        assignAttributes in class ImportConverter
      • writeChildren

        protected void writeChildren​(com.thoughtworks.xstream.io.HierarchicalStreamWriter writer,
                                     com.thoughtworks.xstream.converters.MarshallingContext context,
                                     Object parent)
        Overrides:
        writeChildren in class ImportConverter
      • writeAttributes

        protected void writeAttributes​(com.thoughtworks.xstream.io.HierarchicalStreamWriter writer,
                                       Object parent)
        Overrides:
        writeAttributes in class ImportConverter
      • canConvert

        public boolean canConvert​(Class clazz)
        Specified by:
        canConvert in interface com.thoughtworks.xstream.converters.ConverterMatcher
        Overrides:
        canConvert in class ImportConverter