Class FormAttributeConverter

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

public class FormAttributeConverter extends Object implements ReadConverter
Конвертор реквизита формы в формате конфигуратора
  • Constructor Details

    • FormAttributeConverter

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