Class PredefinedValueConverter
java.lang.Object
com.github._1c_syntax.bsl.reader.common.converter.PredefinedValueConverter
- All Implemented Interfaces:
ReadConverter,Converter,ConverterMatcher
Читает один предопределенный элемент (
PredefinedValue) из файла объекта (EDT)
или из файла предопределенных данных (Конфигуратор).
Поддерживает иерархию: вложенные предопределенные элементы читаются рекурсивно.
Ссылка (mdoReference) и владелец (owner) проставляются позднее, при сборке
родительского объекта.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancanConvert(Class type) unmarshal(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.github._1c_syntax.bsl.reader.common.xstream.ReadConverter
marshal
-
Constructor Details
-
PredefinedValueConverter
public PredefinedValueConverter()
-
-
Method Details
-
unmarshal
-
canConvert
- Specified by:
canConvertin interfaceConverterMatcher
-