hunyadi-dev commented on a change in pull request #901:
URL: https://github.com/apache/nifi-minifi-cpp/pull/901#discussion_r539409634
##########
File path: libminifi/include/core/yaml/YamlConfiguration.h
##########
@@ -260,6 +260,10 @@ class YamlConfiguration : public FlowConfiguration {
*/
void parseProvenanceReportingYaml(YAML::Node *reportNode, core::ProcessGroup
*parentGroup);
+ PropertyValue getValidatedProcessorPropertyForDefaultTypeInfo(const
core::Property& propertyFromProcessor, const YAML::Node& propertyValueNode);
+ void parsePropertyValueSequence(const std::string& propertyName, const
YAML::Node& propertyValueNode, std::shared_ptr<core::ConfigurableComponent>
processor, const std::string &yaml_section);
+ void parseSingleProperty(const std::string& propertyName, const YAML::Node&
propertyValueNode, std::shared_ptr<core::ConfigurableComponent> processor);
+ void parsePropertyNodeElement(const std::string& propertyName, const
YAML::Node& propertyValueNode, std::shared_ptr<core::ConfigurableComponent>
processor, const std::string &yaml_section);
Review comment:
Sure!
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]