Class ConfigurationConverter

java.lang.Object
com.github._1c_syntax.bsl.reader.common.converter.ConfigurationConverter
All Implemented Interfaces:
ReadConverter, com.thoughtworks.xstream.converters.Converter, com.thoughtworks.xstream.converters.ConverterMatcher

public class ConfigurationConverter extends Object implements ReadConverter
Обобщенный конвертер для контейнеров конфигурации и расширения
  • Constructor Details

    • ConfigurationConverter

      public ConfigurationConverter()
  • 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
    • canConvert

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