Class MethodHandlerConverter

java.lang.Object
com.thoughtworks.xstream.converters.basic.AbstractSingleValueConverter
com.github._1c_syntax.bsl.reader.common.converter.MethodHandlerConverter
All Implemented Interfaces:
com.thoughtworks.xstream.converters.ConverterMatcher, com.thoughtworks.xstream.converters.SingleValueConverter

public class MethodHandlerConverter extends com.thoughtworks.xstream.converters.basic.AbstractSingleValueConverter
Для преобразования строки в обработчик
  • Constructor Details

    • MethodHandlerConverter

      public MethodHandlerConverter()
  • Method Details

    • fromString

      public Object fromString(String str)
      Specified by:
      fromString in interface com.thoughtworks.xstream.converters.SingleValueConverter
      Specified by:
      fromString in class com.thoughtworks.xstream.converters.basic.AbstractSingleValueConverter
    • 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