Class AbstractReadConverter
java.lang.Object
com.github._1c_syntax.bsl.reader.designer.converter.AbstractReadConverter
- All Implemented Interfaces:
ReadConverter,Converter,ConverterMatcher
- Direct Known Subclasses:
CommonModuleConverter,ExchangePlanConverter,ExternalDataSourceConverter,MDConverter,RoleConverter,TemplateConverter,XDTOPackageConverter
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected TransformationUtils.Contextread(HierarchicalStreamReader reader, UnmarshallingContext context) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.thoughtworks.xstream.converters.ConverterMatcher
canConvertMethods inherited from interface com.github._1c_syntax.bsl.reader.common.xstream.ReadConverter
marshal
-
Field Details
-
name
-
realClass
-
currentPath
-
-
Constructor Details
-
AbstractReadConverter
public AbstractReadConverter()
-
-
Method Details
-
read
protected TransformationUtils.Context read(HierarchicalStreamReader reader, UnmarshallingContext context)
-