Class AbstractMDCReadConverter
java.lang.Object
com.github._1c_syntax.bsl.reader.common.converter.AbstractMDCReadConverter
- All Implemented Interfaces:
ReadConverter
,Converter
,ConverterMatcher
- Direct Known Subclasses:
ConfigurationConverter
,ConfigurationConverter
Обобщенный конвертер для контейнеров конфигурации и расширения
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
AbstractMDCReadConverter
(String configurationExtensionFilter) -
Method Summary
Modifier and TypeMethodDescriptionboolean
canConvert
(Class type) unmarshal
(HierarchicalStreamReader reader, UnmarshallingContext context) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.github._1c_syntax.bsl.reader.common.xstream.ReadConverter
marshal
-
Constructor Details
-
AbstractMDCReadConverter
-
-
Method Details
-
unmarshal
-
canConvert
- Specified by:
canConvert
in interfaceConverterMatcher
-