Class PropertyValueAdapterImpl
java.lang.Object
ru.cg.webbpm.studio.subsystems.page_designer.serialization.impl.adapter.PropertyValueAdapterImpl
- All Implemented Interfaces:
PropertyValueAdapterBean
- Author:
- krylov
-
Constructor Summary
ConstructorsConstructorDescriptionPropertyValueAdapterImpl
(PropertyValueManager propertyValueManager, MetadataManager metadataManager) -
Method Summary
Modifier and TypeMethodDescriptionmarshal
(ComplexValue complexValue, ComplexValue proto) marshal
(PropertyValue object, PropertyValue proto) unmarshal
(Map<String, XmlPropertyValue> complex, Map<String, PropertyValue> proto, ClassMetadata implType) unmarshal
(Map<String, XmlPropertyValue> complex, Map<String, PropertyValue> proto, ClassMetadata implType, PropertyValue parentPropValue) unmarshal
(XmlPropertyValue xml, PropertyValue proto, FieldMetadata metadata)
-
Constructor Details
-
PropertyValueAdapterImpl
@Autowired public PropertyValueAdapterImpl(PropertyValueManager propertyValueManager, MetadataManager metadataManager)
-
-
Method Details
-
unmarshal
- Specified by:
unmarshal
in interfacePropertyValueAdapterBean
-
marshal
-
unmarshal
public ComplexValue unmarshal(Map<String, XmlPropertyValue> complex, Map<String, PropertyValue> proto, ClassMetadata implType) - Specified by:
unmarshal
in interfacePropertyValueAdapterBean
-
unmarshal
public ComplexValue unmarshal(Map<String, XmlPropertyValue> complex, Map<String, PropertyValue> proto, ClassMetadata implType, PropertyValue parentPropValue) -
marshal
- Specified by:
marshal
in interfacePropertyValueAdapterBean
-
marshal
-